awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
zhedahht avatar

zhedahht/CodingInterviewChinese2

0
View on GitHub↗
5,405 stars·2,136 forks·C++·7 vues

CodingInterviewChinese2

CodingInterviewChinese2 est une collection d'implémentations de code source pour des défis algorithmiques courants et des structures de données conçues pour les entretiens techniques de codage. Il sert d'ensemble de solutions pour les entretiens d'algorithmes et de guide d'étude pour les entretiens techniques, fournissant des exemples de programmation C++ qui démontrent la logique et l'efficacité requises pour les rôles d'ingénierie logicielle.

Le dépôt fonctionne comme un guide d'étude pour la programmation compétitive et une référence sur les structures de données. Il fournit des exercices de programmation résolus et des exemples de code pour entretiens techniques afin d'aider les utilisateurs à maîtriser les modèles de résolution de problèmes utilisés dans les évaluations techniques.

Le projet couvre des domaines incluant l'étude et la pratique des algorithmes, l'entraînement à la programmation compétitive et la préparation générale aux entretiens techniques.

Features

  • Coding Challenge Solutions - Implements source code solutions for common algorithmic problems used to prepare for technical interviews.
  • Data Structure Implementations - Provides a practical set of C++ implementations for fundamental data structures and their associated operations.
  • Algorithm Interview Challenges - Provides a comprehensive set of source code implementations for classic algorithmic interview challenges.
  • Coding Interview Preparation - Offers curated collections of programming challenges and study materials for technology company coding tests.
  • Algorithm Implementation Practice - Provides practical exercises for implementing data structures and algorithms to master technical interview logic.
  • Technical Interview Guides - Provides a curated reference of solved programming exercises to help candidates prepare for software engineering interviews.
  • Algorithmic Problem Solving - Implements logical problem-solving steps through iterative loops and sequential calls to achieve specific time complexities.
  • Interview Pattern Solutions - Models code architecture after textbook and industry-standard solution patterns for common interview problems.
  • Competitive Programming Solutions - Offers a reference of optimized algorithm implementations designed for competitive programming and technical assessments.
  • Competitive Programming Training - Provides practice sets for standard coding challenges and problem-solving patterns used in competitions.
  • Algorithm Implementation Examples - Provides C++ code samples demonstrating the application of the language to complex data structure and algorithm problems.
  • Implementation Examples - Provides fixed C++ source code examples as reference implementations for theoretical algorithmic concepts.
  • Learning & Reference - Interview coding solutions

Historique des stars

Graphique de l'historique des stars pour zhedahht/codinginterviewchinese2Graphique de l'historique des stars pour zhedahht/codinginterviewchinese2

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à CodingInterviewChinese2

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec CodingInterviewChinese2.
  • ndb796/python-for-coding-testAvatar de ndb796

    ndb796/python-for-coding-test

    2,415Voir sur GitHub↗

    This repository serves as a comprehensive library for algorithmic problem solving, providing reference implementations for fundamental computer science challenges. It is designed as a resource for technical interview preparation and competitive programming training, focusing on the mastery of common patterns and data structures required for coding assessments. The project distinguishes itself by offering solutions that emphasize idiomatic Python usage and performance optimization. It covers a wide range of algorithmic techniques, including greedy selection, dynamic programming, graph theory,

    Pythonalgorithmscoding-interviewsdata-structures
    Voir sur GitHub↗2,415
  • omonimus1/competitive-programmingAvatar de omonimus1

    omonimus1/competitive-programming

    978Voir sur GitHub↗

    This repository serves as a comprehensive resource for competitive programming and technical interview preparation. It provides a structured collection of source code implementations for fundamental data structures and classic algorithmic problems, designed to help developers master core computer science concepts and efficient coding strategies. Beyond standard problem-solving, the project distinguishes itself by integrating software design patterns into its algorithmic implementations. It demonstrates how to apply structural and behavioral patterns—such as decorators, observers, and singleto

    C++algorithmalgorithms-and-data-structurescodechef-solutions
    Voir sur GitHub↗978
  • careercup/ctciAvatar de careercup

    careercup/ctci

    5,137Voir sur GitHub↗

    This project is an algorithm implementation repository and coding interview practice guide. It provides a collection of algorithmic solutions, data structure references, and study materials designed to prepare candidates for software engineering hiring assessments. The repository functions as an algorithm test suite, utilizing a case-driven verification system that executes specific input-output pairs to validate the correctness of the implemented logic. The codebase covers technical interview preparation through the practice of common computer science problems, the implementation of core da

    Java
    Voir sur GitHub↗5,137
  • careercup/ctci-6th-edition-pythonAvatar de careercup

    careercup/CtCI-6th-Edition-Python

    5,199Voir sur GitHub↗

    This project is a technical interview study guide and algorithm reference library. It provides a collection of Python implementations for algorithmic challenges and data structure problems common to software engineering coding assessments. The repository serves as a resource for coding interview solutions, featuring documented code samples for sorting, searching, and optimization algorithms. It includes an automated solution test suite to verify the correctness of these implementations across various edge cases. The project emphasizes the use of idiomatic Python patterns and standard library

    Python
    Voir sur GitHub↗5,199
Voir les 30 alternatives à CodingInterviewChinese2→

Questions fréquentes

Que fait zhedahht/codinginterviewchinese2 ?

CodingInterviewChinese2 est une collection d'implémentations de code source pour des défis algorithmiques courants et des structures de données conçues pour les entretiens techniques de codage. Il sert d'ensemble de solutions pour les entretiens d'algorithmes et de guide d'étude pour les entretiens techniques, fournissant des exemples de programmation C++ qui démontrent la logique et l'efficacité requises pour les rôles d'ingénierie logicielle.

Quelles sont les fonctionnalités principales de zhedahht/codinginterviewchinese2 ?

Les fonctionnalités principales de zhedahht/codinginterviewchinese2 sont : Coding Challenge Solutions, Data Structure Implementations, Algorithm Interview Challenges, Coding Interview Preparation, Algorithm Implementation Practice, Technical Interview Guides, Algorithmic Problem Solving, Interview Pattern Solutions.

Quelles sont les alternatives open-source à zhedahht/codinginterviewchinese2 ?

Les alternatives open-source à zhedahht/codinginterviewchinese2 incluent : ndb796/python-for-coding-test — This repository serves as a comprehensive library for algorithmic problem solving, providing reference implementations… omonimus1/competitive-programming — This repository serves as a comprehensive resource for competitive programming and technical interview preparation. It… careercup/ctci — This project is an algorithm implementation repository and coding interview practice guide. It provides a collection… careercup/ctci-6th-edition-python — This project is a technical interview study guide and algorithm reference library. It provides a collection of Python… mission-peace/interview — This project is a comprehensive library of reference implementations for fundamental data structures and algorithms,… forthespada/interviewguide — InterviewGuide is a comprehensive technical interview preparation platform that covers the full spectrum of software…