awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
gatieme avatar

gatieme/CodingInterviews

0
View on GitHub↗
4,864 نجوم·1,110 تفرعات·C++·GPL-3.0·1 مشاهدة

CodingInterviews

CodingInterviews هو مورد دراسي للمقابلات التقنية ودليل تنفيذ الخوارزميات. يوفر مجموعة من التحديات البرمجية النموذجية والتنفيذات المرجعية التي تركز على هياكل البيانات والخوارزميات المستخدمة في مقابلات الشركات.

يعمل المشروع كمرجع لتحدي البرمجة، حيث يقدم مكتبة من الحلول الخوارزمية المثبتة التي تعمل كأساس لمقارنة تنفيذات المرشحين. يتضمن مكتبة تنفيذ هياكل البيانات ومجموعة من مجموعات مشاكل المقابلات المصممة للتحضير للمقابلات التقنية.

ينظم المستودع محتواه من خلال مجموعة تحديات منسقة وتنظيم قائم على الأنماط لتغطية متطلبات المقابلات الشائعة. يستخدم هيكل حل نمطي حيث يتم عزل المشاكل الفردية في ملفات منفصلة، مما يعين أسئلة المقابلات المحددة مباشرة إلى تنفيذات الكود المصدري المقابلة لها.

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.

سجل النجوم

مخطط تاريخ النجوم لـ gatieme/codinginterviewsمخطط تاريخ النجوم لـ gatieme/codinginterviews

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

الأسئلة الشائعة

ما هي وظيفة gatieme/codinginterviews؟

CodingInterviews هو مورد دراسي للمقابلات التقنية ودليل تنفيذ الخوارزميات. يوفر مجموعة من التحديات البرمجية النموذجية والتنفيذات المرجعية التي تركز على هياكل البيانات والخوارزميات المستخدمة في مقابلات الشركات.

ما هي الميزات الرئيسية لـ gatieme/codinginterviews؟

الميزات الرئيسية لـ gatieme/codinginterviews هي: Coding Interview Preparation, Coding Challenge Solutions, Data Structure Implementations, Algorithm Implementations, Interview-Focused Problem Sets, Algorithm Implementation Practice, Implementation Practice, Technical Interview Preparation.

ما هي البدائل مفتوحة المصدر لـ gatieme/codinginterviews؟

تشمل البدائل مفتوحة المصدر لـ gatieme/codinginterviews: 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…

بدائل مفتوحة المصدر لـ CodingInterviews

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع CodingInterviews.
  • careercup/ctci-6th-editionالصورة الرمزية لـ careercup

    careercup/CtCI-6th-Edition

    11,463عرض على 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
    عرض على GitHub↗11,463
  • chefyuan/algorithm-baseالصورة الرمزية لـ chefyuan

    chefyuan/algorithm-base

    10,702عرض على 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
    عرض على GitHub↗10,702
  • greyireland/algorithm-patternالصورة الرمزية لـ greyireland

    greyireland/algorithm-pattern

    15,465عرض على 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
    عرض على GitHub↗15,465
  • soulmachine/leetcodeالصورة الرمزية لـ soulmachine

    soulmachine/leetcode

    11,336عرض على 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
    عرض على GitHub↗11,336
  • عرض جميع البدائل الـ 30 لـ CodingInterviews→