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

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

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

kennyledet/Algorithm-Implementations

0
View on GitHub↗
2,197 نجوم·524 تفرعات·Lua·MIT·6 مشاهداتalgorithm.zone↗

Algorithm Implementations

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

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

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

Features

  • Algorithmic Problem Solving - Provides a comprehensive collection of algorithmic problem-solving examples across multiple programming languages.
  • Algorithm Implementations - Acts as a general-purpose library of common computer science algorithms implemented across multiple programming languages.
  • Comparative Solution Analysis - Enables direct comparison of different coding methods by providing multi-language examples for the same computational task.
  • Problem Specifications - Separates abstract problem definitions from language-specific code to enable clear cross-language comparison.
  • Coding Interview Preparation - Supports technical interview preparation by providing standardized examples of common data structures and algorithms.
  • Educational Code Repositories - Curates a collection of source code examples demonstrating fundamental data structures and algorithmic logic.
  • Language Agnostic Learning - Organizes algorithmic solutions by mapping identical logic across multiple languages to facilitate comparative study.
  • Language Comparisons - Facilitates the analysis of how different programming languages handle identical logic to understand performance trade-offs.
  • Computer Science Education - Serves as an educational resource for students to learn fundamental programming concepts and algorithmic patterns.
  • Cross-Language Implementation Maps - Maps identical computational tasks across different programming languages to allow for direct cross-platform comparison.

سجل النجوم

مخطط تاريخ النجوم لـ kennyledet/algorithm-implementationsمخطط تاريخ النجوم لـ kennyledet/algorithm-implementations

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

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

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

Start searching with AI

مجموعات مختارة تضم Algorithm Implementations

مجموعات منسقة بعناية يظهر فيها Algorithm Implementations.
  • موارد نظرية تعقيد الخوارزميات
  • هياكل البيانات والخوارزميات
  • هياكل البيانات والخوارزميات

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

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Algorithm Implementations.
  • thealgorithms/javascriptالصورة الرمزية لـ TheAlgorithms

    TheAlgorithms/JavaScript

    34,180عرض على GitHub↗

    This project is an educational code repository providing a curated collection of common algorithms and data structures implemented in JavaScript. It serves as a reference library and a study resource for learning computer science concepts and foundational programming principles. The repository focuses on the practical implementation of standard data structures and algorithmic patterns. It provides a codebase for studying computational problem-solving and practicing the technical requirements often found in software engineering interviews. The codebase covers core data structure implementatio

    JavaScriptalgorithmalgorithm-challengesalgorithms
    عرض على GitHub↗34,180
  • mgechev/javascript-algorithmsالصورة الرمزية لـ mgechev

    mgechev/javascript-algorithms

    7,827عرض على GitHub↗

    This project is a JavaScript algorithm library and computer science reference. It provides a collection of standard computational logic patterns and data structure implementations, including linked lists, trees, and graphs, for both educational and practical use. The codebase serves as a technical interview study guide, offering a practical resource for practicing common coding challenges and data structure manipulations. It is designed for computer science education, allowing users to study how classic algorithms work by reviewing and running implementations of established logic patterns. T

    JavaScriptalgorithmcomputer-science-algorithmshacktoberfest
    عرض على GitHub↗7,827
  • loiane/javascript-datastructures-algorithmsالصورة الرمزية لـ loiane

    loiane/javascript-datastructures-algorithms

    4,862عرض على GitHub↗

    This project is a library and educational resource providing implementations of foundational computer science data structures and algorithms written in JavaScript and TypeScript. It serves as a reference for executing standard sorting, searching, and recursive patterns using modern web technologies. The collection includes typed implementations for both basic containers, such as stacks, queues, and linked lists, and advanced organizational patterns, including trees, heaps, tries, and graphs. The material covers algorithmic analysis and problem solving through the use of Big O notation to eva

    JavaScriptalgorithmavl-treebinary-tree
    عرض على GitHub↗4,862
  • kangjianwei/data-structureالصورة الرمزية لـ kangjianwei

    kangjianwei/Data-Structure

    3,803عرض على GitHub↗

    This project is an educational repository providing a comprehensive collection of verified source code for fundamental data structures and classic algorithms. It serves as a resource for academic study, offering standard implementations of containers such as lists, stacks, queues, and trees, alongside core computational logic patterns like string matching, tree traversal, and graph pathfinding. The repository distinguishes itself by focusing on the low-level mechanics of software, including explicit memory management and resource allocation strategies. It demonstrates these concepts through s

    Calgorithmcdatastructure
    عرض على GitHub↗3,803
عرض جميع البدائل الـ 30 لـ Algorithm Implementations→

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

ما هي وظيفة kennyledet/algorithm-implementations؟

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

ما هي الميزات الرئيسية لـ kennyledet/algorithm-implementations؟

الميزات الرئيسية لـ kennyledet/algorithm-implementations هي: Algorithmic Problem Solving, Algorithm Implementations, Comparative Solution Analysis, Problem Specifications, Coding Interview Preparation, Educational Code Repositories, Language Agnostic Learning, Language Comparisons.

ما هي البدائل مفتوحة المصدر لـ kennyledet/algorithm-implementations؟

تشمل البدائل مفتوحة المصدر لـ kennyledet/algorithm-implementations: thealgorithms/javascript — This project is an educational code repository providing a curated collection of common algorithms and data structures… mgechev/javascript-algorithms — This project is a JavaScript algorithm library and computer science reference. It provides a collection of standard… loiane/javascript-datastructures-algorithms — This project is a library and educational resource providing implementations of foundational computer science data… kangjianwei/data-structure — This project is an educational repository providing a comprehensive collection of verified source code for fundamental… opengenus/cosmos — Cosmos is a comprehensive collection of fundamental computational algorithms and data structures implemented in C++.… williamfiset/deprecated-data-structures — This repository provides a collection of fundamental data structures implemented in Java, designed to serve as an…