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

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

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

liuxinyu95/AlgoXY

0
View on GitHub↗
6,325 نجوم·763 تفرعات·TeX·11 مشاهدات

AlgoXY

AlgoXY هو كتاب تعليمي للبرمجة الوظيفية ومنشور تقني تم إنتاجه ككتاب رقمي بتنسيق LaTeX. يعمل كمورد لتعليم البرمجة ومكتبة تركز على الخوارزميات الوظيفية وهياكل البيانات.

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

يغطي المحتوى تصميم هياكل البيانات المستمرة وتنفيذ الخوارزميات الوظيفية للفرز والبحث. يتم تسليم هذه المواد كمنشور تقني منسق باحترافية تم إنشاؤه باستخدام نظام بناء LaTeX.

Features

  • Functional Programming Education - Provides an educational book and exercises specifically for mastering functional programming paradigms.
  • Persistent Data Structures - Provides a collection of containers designed to preserve previous versions of themselves using structural sharing and immutability.
  • Functional - Designs persistent trees and heaps that maintain state without mutating data in a functional style.
  • Functional Implementations - Builds persistent trees and heaps using purely functional paradigms such as recursion schemes.
  • Algorithm Implementations - Provides practical code implementations of sorting and searching algorithms using stateless functional logic.
  • Interactive Programming Tutorials - Offers a structured series of implementation exercises and verified answers for hands-on programming practice.
  • Recursive Problem Solving - Decomposes complex computational problems into simpler sub-problems to compute solutions through recursive state transitions.
  • Algorithm Libraries - Provides a comprehensive collection of standard algorithms and data structures implemented using functional patterns.
  • Structural Sharing - Employs techniques for reusing unchanged nodes between versions of persistent data structures to optimize memory.
  • Immutable Data Structures - Implements immutable trees and heaps designed for functional state management.
  • Pure Functional Logic Implementations - Implements algorithms using deterministic functions that operate without hidden inputs or observable side effects.
  • Stateless Algorithm Implementations - Implements sorting and searching logic using stateless functions to prevent side effects and memory mutation.
  • Recursive Algorithms - Designs computational procedures that solve problems through self-referencing function calls.
  • Immutable State Patterns - Implements architectural patterns that ensure predictable state transitions by creating new data objects instead of modifying existing ones.
  • Digital Book Generation - Converts technical documentation and LaTeX manuscripts into formatted PDF digital book editions.
  • LaTeX Publishing - Produces a professionally typeset digital book using a LaTeX build system.
  • Technical Typesetting Systems - Uses a professional typesetting system to compile technical content into high-quality formatted PDF documents.
  • LaTeX Typesetters - Processes LaTeX source files directly into professional formatted document layouts for a digital book.

سجل النجوم

مخطط تاريخ النجوم لـ liuxinyu95/algoxyمخطط تاريخ النجوم لـ liuxinyu95/algoxy

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

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

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

Start searching with AI

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

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع AlgoXY.
  • louthy/language-extالصورة الرمزية لـ louthy

    louthy/language-ext

    7,057عرض على GitHub↗

    language-ext is a functional programming framework for C# that provides a suite of immutable data structures and monadic types. It enables the implementation of pure functional programming patterns, utilizing containers to manage side effects, optional values, and error handling. The library is distinguished by its advanced concurrency and state management tools, including a software transactional memory system and lock-free atomic references. It also provides specialized utilities for distributed systems, such as vector clocks for causality tracking and deterministic data conflict resolution

    C#
    عرض على GitHub↗7,057
  • wangzheng0822/algoالصورة الرمزية لـ wangzheng0822

    wangzheng0822/algo

    23,159عرض على GitHub↗

    This project is a data structures and algorithms library providing a collection of fifty standard code implementations for managing data and solving common computational problems. It serves as an algorithm implementation reference and study resource for educational use. The codebase covers graph theory implementations for modeling networks and performing searches, as well as string pattern matching libraries for the retrieval of character sequences. It includes a collection of hierarchical data structures, such as binary search trees and priority heaps, and provides optimized solutions for dy

    Python
    عرض على GitHub↗23,159
  • 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
  • marijnh/eloquent-javascriptالصورة الرمزية لـ marijnh

    marijnh/Eloquent-JavaScript

    3,097عرض على GitHub↗

    Eloquent-JavaScript is a comprehensive JavaScript programming textbook and interactive coding tutorial designed for web development education. It serves as both a language reference and a practical guide, combining theoretical lessons with an environment where learners can execute and modify code examples. The project focuses on the fundamental principles of the JavaScript language, including lexical scoping, prototype-based inheritance, and asynchronous patterns. It provides detailed instruction on object-oriented programming, functional programming, and the use of the browser DOM to create

    JavaScript
    عرض على GitHub↗3,097
عرض جميع البدائل الـ 30 لـ AlgoXY→

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

ما هي وظيفة liuxinyu95/algoxy؟

AlgoXY هو كتاب تعليمي للبرمجة الوظيفية ومنشور تقني تم إنتاجه ككتاب رقمي بتنسيق LaTeX. يعمل كمورد لتعليم البرمجة ومكتبة تركز على الخوارزميات الوظيفية وهياكل البيانات.

ما هي الميزات الرئيسية لـ liuxinyu95/algoxy؟

الميزات الرئيسية لـ liuxinyu95/algoxy هي: Functional Programming Education, Persistent Data Structures, Functional, Functional Implementations, Algorithm Implementations, Interactive Programming Tutorials, Recursive Problem Solving, Algorithm Libraries.

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

تشمل البدائل مفتوحة المصدر لـ liuxinyu95/algoxy: louthy/language-ext — language-ext is a functional programming framework for C# that provides a suite of immutable data structures and… wangzheng0822/algo — This project is a data structures and algorithms library providing a collection of fifty standard code implementations… soulmachine/leetcode — This project is a LeetCode solution repository and algorithm reference library. It provides a structured collection of… marijnh/eloquent-javascript — Eloquent-JavaScript is a comprehensive JavaScript programming textbook and interactive coding tutorial designed for… facebook/immutable-js — This is a persistent data structure library for JavaScript that provides collections which prevent the direct mutation… mostlyadequate/mostly-adequate-guide — This project is a comprehensive educational guide and curriculum for applying functional programming principles and…