awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
gatieme avatar

gatieme/CodingInterviews

0
View on GitHub↗
4,864 stele·1,110 fork-uri·C++·GPL-3.0·5 vizualizări

CodingInterviews

CodingInterviews este o resursă de studiu pentru interviuri tehnice și un ghid de implementare a algoritmilor. Oferă o colecție de provocări de programare tipice și implementări de referință axate pe structurile de date și algoritmii utilizați în interviurile corporative.

Proiectul servește ca o referință pentru provocări de codare, oferind o bibliotecă de soluții algoritmice dovedite care acționează ca o bază pentru compararea implementărilor candidaților. Include o bibliotecă de implementare a structurilor de date și un set de probleme de interviu concepute pentru pregătirea interviurilor tehnice.

Repository-ul își organizează conținutul printr-un set de provocări curatoriat și o curare bazată pe tipare pentru a acoperi cerințele comune de interviu. Utilizează o structură de soluții modulară unde problemele individuale sunt izolate în fișiere separate, mapând întrebările specifice de interviu direct la implementările lor corespunzătoare în codul sursă.

Features

  • Coding Interview Preparation - Provides collections of programming challenges and study materials designed to prepare developers for technical interviews.
  • Coding Challenge Solutions - Provides a collection of solved programming exercises and explanations as a reference for learners.
  • Data Structure Implementations - Provides educational code examples demonstrating how to implement standard data structures used in interviews.
  • Algorithm Implementations - Offers practical code implementations of algorithms and design patterns used to solve common computational problems.
  • Interview-Focused Problem Sets - Provides curated collections of algorithm problems specifically selected and organized for technical interview preparation.
  • Algorithm Implementation Practice - Provides practical exercises for implementing algorithmic solutions to prepare for technical interviews.
  • Implementation Practice - Allows users to implement curated technical problems and compare results against proven solutions.
  • Technical Interview Preparation - Provides comprehensive resources and practice materials for preparing for technical assessments and coding interviews.
  • Technical Interview Resources - Provides curated collections of questions and answers for preparing for technical assessments.
  • Reference Implementations - Provides a collection of solved coding challenges that serve as a practical reference for studying implementations.
  • Problem Pattern Mappings - Groups programming problems by technical requirements to cover common interview patterns and data structures.
  • Community Reference Libraries - Offers a library of proven algorithmic implementations used as a gold standard for validating candidate code.
  • Algorithm Implementation Guides - Bridges conceptual algorithmic logic with concrete source code implementations for corporate interview preparation.
  • Modular Exercise Structuring - Organizes technical exercises into isolated, modular units for targeted logic validation.
  • Exercise-to-Source Mappings - Links interview question identifiers directly to their corresponding source code implementation files.

Istoric stele

Graficul istoricului de stele pentru gatieme/codinginterviewsGraficul istoricului de stele pentru gatieme/codinginterviews

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru CodingInterviews

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu CodingInterviews.
  • careercup/ctci-6th-editionAvatar careercup

    careercup/CtCI-6th-Edition

    11,463Vezi pe GitHub↗

    This repository is a collection of solved algorithmic problems and data structure exercises designed for technical interview preparation. It serves as a polyglot reference implementation, providing a set of solved exercises based on a standard textbook to help candidates master the logic and complexity analysis required for coding tests. The project implements the same algorithmic logic across multiple programming languages to demonstrate platform-independent problem solving. This polyglot approach allows for the comparison of implementations across different tech stacks to highlight recurrin

    Javaalgorithmscareercupcracking-the-coding-interview
    Vezi pe GitHub↗11,463
  • chefyuan/algorithm-baseAvatar chefyuan

    chefyuan/algorithm-base

    10,702Vezi pe GitHub↗

    algorithm-base is an educational library and study guide designed for simulating algorithms and studying data structures. It functions as an execution visualizer that renders step-by-step state changes and pointer updates through animated simulations to illustrate how data movement works. The project distinguishes itself by mapping conceptual logic directly to multi-language source code implementations. It utilizes a comparative analysis framework to evaluate different algorithmic strategies based on stability, time complexity, and space complexity, while organizing problems by underlying mec

    algorithmsbaseinterview-practice
    Vezi pe GitHub↗10,702
  • greyireland/algorithm-patternAvatar greyireland

    greyireland/algorithm-pattern

    15,465Vezi pe GitHub↗

    This project is an algorithm template library and coding interview study guide providing reusable code patterns for common data structures and algorithms. It serves as a reference for optimized strategies and a structured learning path to build proficiency in algorithmic problem solving and competitive programming. The library focuses on standardized implementations of key algorithmic patterns, including sliding windows, backtracking, dynamic programming, and binary search. It provides specific templates for managing binary search trees, searching rotated sorted arrays, and executing divide-a

    Goalgoalgorithmleetcode
    Vezi pe GitHub↗15,465
  • soulmachine/leetcodeAvatar soulmachine

    soulmachine/leetcode

    11,336Vezi pe GitHub↗

    This project is a LeetCode solution repository and algorithm reference library. It provides a structured collection of solved coding challenges that demonstrate recurring computational strategies, data structure implementations, and complexity optimizations used for technical interview preparation and competitive programming study. The repository transforms structured source code and technical explanations into professional PDF guides using a LaTeX technical documentation system. To ensure consistent typography and environment settings across different systems, the project utilizes a containe

    TeX
    Vezi pe GitHub↗11,336
Vezi toate cele 30 alternative pentru CodingInterviews→

Întrebări frecvente

Ce face gatieme/codinginterviews?

CodingInterviews este o resursă de studiu pentru interviuri tehnice și un ghid de implementare a algoritmilor. Oferă o colecție de provocări de programare tipice și implementări de referință axate pe structurile de date și algoritmii utilizați în interviurile corporative.

Care sunt principalele funcționalități ale gatieme/codinginterviews?

Principalele funcționalități ale gatieme/codinginterviews sunt: Coding Interview Preparation, Coding Challenge Solutions, Data Structure Implementations, Algorithm Implementations, Interview-Focused Problem Sets, Algorithm Implementation Practice, Implementation Practice, Technical Interview Preparation.

Care sunt câteva alternative open-source pentru gatieme/codinginterviews?

Alternativele open-source pentru gatieme/codinginterviews includ: careercup/ctci-6th-edition — This repository is a collection of solved algorithmic problems and data structure exercises designed for technical… chefyuan/algorithm-base — algorithm-base is an educational library and study guide designed for simulating algorithms and studying data… greyireland/algorithm-pattern — This project is an algorithm template library and coding interview study guide providing reusable code patterns for… soulmachine/leetcode — This project is a LeetCode solution repository and algorithm reference library. It provides a structured collection of… neetcode-gh/leetcode — This project is a curated collection of solved algorithmic challenges and reference implementations. It serves as a… forthespada/interviewguide — InterviewGuide is a comprehensive technical interview preparation platform that covers the full spectrum of software…