awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
gatieme avatar

gatieme/CodingInterviews

0
View on GitHub↗
4,864 estrellas·1,110 forks·C++·GPL-3.0·5 vistas

CodingInterviews

CodingInterviews es un recurso de estudio para entrevistas técnicas y guía de implementación de algoritmos. Proporciona una colección de desafíos de programación típicos e implementaciones de referencia centradas en las estructuras de datos y algoritmos utilizados en entrevistas corporativas.

El proyecto sirve como referencia de desafíos de codificación, ofreciendo una biblioteca de soluciones algorítmicas probadas que actúan como base para comparar las implementaciones de los candidatos. Incluye una biblioteca de implementación de estructuras de datos y un conjunto de problemas de entrevista diseñados para la preparación de entrevistas técnicas.

El repositorio organiza su contenido a través de un conjunto de desafíos curados y una curación basada en patrones para cubrir los requisitos comunes de las entrevistas. Emplea una estructura de solución modular donde los problemas individuales se aíslan en archivos separados, mapeando preguntas de entrevista específicas directamente a sus implementaciones de código fuente correspondientes.

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.

Historial de estrellas

Gráfico del historial de estrellas de gatieme/codinginterviewsGráfico del historial de estrellas de gatieme/codinginterviews

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a CodingInterviews

Proyectos open-source similares, clasificados según cuántas características comparten con CodingInterviews.
  • careercup/ctci-6th-editionAvatar de careercup

    careercup/CtCI-6th-Edition

    11,463Ver en 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
    Ver en GitHub↗11,463
  • chefyuan/algorithm-baseAvatar de chefyuan

    chefyuan/algorithm-base

    10,702Ver en 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
    Ver en GitHub↗10,702
  • greyireland/algorithm-patternAvatar de greyireland

    greyireland/algorithm-pattern

    15,465Ver en 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
    Ver en GitHub↗15,465
  • soulmachine/leetcodeAvatar de soulmachine

    soulmachine/leetcode

    11,336Ver en 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
    Ver en GitHub↗11,336
Ver las 30 alternativas a CodingInterviews→

Preguntas frecuentes

¿Qué hace gatieme/codinginterviews?

CodingInterviews es un recurso de estudio para entrevistas técnicas y guía de implementación de algoritmos. Proporciona una colección de desafíos de programación típicos e implementaciones de referencia centradas en las estructuras de datos y algoritmos utilizados en entrevistas corporativas.

¿Cuáles son las características principales de gatieme/codinginterviews?

Las características principales de gatieme/codinginterviews son: Coding Interview Preparation, Coding Challenge Solutions, Data Structure Implementations, Algorithm Implementations, Interview-Focused Problem Sets, Algorithm Implementation Practice, Implementation Practice, Technical Interview Preparation.

¿Qué alternativas de código abierto existen para gatieme/codinginterviews?

Las alternativas de código abierto para gatieme/codinginterviews incluyen: 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…