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

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

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

mouredev/retos-programacion-2023

0
View on GitHub↗
5,617 نجوم·2,897 تفرعات·Python·Apache-2.0·7 مشاهداتretosdeprogramacion.com/semanales2023↗

Retos Programacion 2023

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

يعمل المستودع كبيئة تعاونية حيث يقدم المشاركون تطبيقات كود مخصصة عبر طلبات السحب (pull requests). يتيح للمستخدمين تتبع تقدمهم وإجراء مراجعات كود تعاونية من خلال مقارنة استراتيجيات التنفيذ المختلفة وتصحيحات المجتمع.

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

Features

  • Programming Challenges - Provides a curated collection of weekly programming challenges to improve logic and problem-solving skills.
  • Pull Request Management - Uses pull requests as the primary mechanism for gathering and reviewing community code submissions.
  • Coding Challenge Solutions - Provides a collaborative space for sharing and organizing custom implementations of programming challenges.
  • Coding Challenges - Facilitates participation in coding challenges by submitting implementations to a shared repository.
  • Git-Based Challenge Repositories - Provides a Git-based system where programming exercises are submitted and reviewed via pull requests.
  • Coding Skill Improvement Resources - Offers a curated set of problem sets designed to improve software development skills regardless of syntax.
  • Community Learning Resource Collections - Allows learners to compare different implementation strategies by browsing community-submitted solutions.
  • Language Agnostic Learning - Supports practicing software development concepts by implementing the same exercises across various programming languages.
  • Practice Problem Sets - Provides curated sets of programming exercises focused on improving logic and problem-solving abilities.
  • Programming Exercises - Provides a comprehensive collection of weekly coding challenges and logic problems for practice.
  • Multi-Language Code Collections - Serves as a multi-language repository organizing community-submitted solutions by language and contributor.
  • Collaborative Peer Reviews - Enables collaborative peer review of different coding strategies through community submissions and corrections.
  • Challenge Specifications - Defines exercise requirements and constraints using platform-agnostic markdown files for universal readability.
  • Contributor Directory Mapping - Maps folder structures to individual contributor usernames to track personal progress and solution history.
  • Language-Agnostic Storage - Employs a standardized directory structure that preserves source files regardless of the programming language.
  • Language-Based Directory Partitioning - Organizes a multi-language repository by partitioning source code into directories based on the programming language used.

سجل النجوم

مخطط تاريخ النجوم لـ mouredev/retos-programacion-2023مخطط تاريخ النجوم لـ mouredev/retos-programacion-2023

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

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

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

Start searching with AI

بدائل مفتوحة المصدر لـ Retos Programacion 2023

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Retos Programacion 2023.
  • thealgorithms/algorithms-explanationالصورة الرمزية لـ TheAlgorithms

    TheAlgorithms/Algorithms-Explanation

    3,444عرض على GitHub↗

    This project serves as a collaborative educational resource for learning computational theory and its practical application. It functions as a platform for understanding the mechanics behind standard data structures and algorithms by bridging the gap between abstract mathematical logic and concrete source code. The repository distinguishes itself through a multi-language approach, linking conceptual algorithmic breakdowns to implementations across a wide variety of programming languages. By utilizing language-agnostic modeling and cross-referenced documentation, it allows users to study how t

    algorithmalgorithmsalgorithms-explained
    عرض على GitHub↗3,444
  • yixiaohan/show-me-the-codeالصورة الرمزية لـ Yixiaohan

    Yixiaohan/show-me-the-code

    13,703عرض على GitHub↗

    Show me the code is a curated collection of hands-on programming exercises and mini-projects designed to help developers master core software engineering concepts. It functions as a practical tutorial, focusing on the implementation of common programming patterns through standalone scripts that prioritize fundamental logic and readability. The project is distinguished by its reliance on standard language libraries, intentionally avoiding external dependencies and complex frameworks to ensure code remains portable and easy to execute. Each exercise is structured as a procedural, imperative seq

    pythonpython-webtutorial
    عرض على GitHub↗13,703
  • data61/fp-courseالصورة الرمزية لـ data61

    data61/fp-course

    4,237عرض على GitHub↗

    This project is a functional programming course and automated coding curriculum designed to teach the core principles of the paradigm through a structured sequence of exercises and modules. It serves as an interactive programming tutorial where learners solve incremental problems and validate their understanding through a programming exercise suite. The curriculum is language-agnostic, focusing on core logic and paradigms rather than a specific language. It employs an automated toolchain that transforms source code into executable binaries to verify solutions. Correctness is validated using

    Haskell
    عرض على GitHub↗4,237
  • emilybache/gildedrose-refactoring-kataالصورة الرمزية لـ emilybache

    emilybache/GildedRose-Refactoring-Kata

    4,244عرض على GitHub↗

    This project is a refactoring kata collection and software design education resource. It provides a set of intentionally messy codebases and multi-language code samples designed for practicing incremental design, legacy code modernization, and software restructuring. The collection serves as a training material for test-driven development, focusing on the use of golden master testing suites and approval testing to ensure functional parity while evolving source code. It includes a universal learning baseline by implementing identical complex business rules across several different programming

    XSLT
    عرض على GitHub↗4,244
عرض جميع البدائل الـ 30 لـ Retos Programacion 2023→

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

ما هي وظيفة mouredev/retos-programacion-2023؟

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

ما هي الميزات الرئيسية لـ mouredev/retos-programacion-2023؟

الميزات الرئيسية لـ mouredev/retos-programacion-2023 هي: Programming Challenges, Pull Request Management, Coding Challenge Solutions, Coding Challenges, Git-Based Challenge Repositories, Coding Skill Improvement Resources, Community Learning Resource Collections, Language Agnostic Learning.

ما هي البدائل مفتوحة المصدر لـ mouredev/retos-programacion-2023؟

تشمل البدائل مفتوحة المصدر لـ mouredev/retos-programacion-2023: thealgorithms/algorithms-explanation — This project serves as a collaborative educational resource for learning computational theory and its practical… yixiaohan/show-me-the-code — Show me the code is a curated collection of hands-on programming exercises and mini-projects designed to help… data61/fp-course — This project is a functional programming course and automated coding curriculum designed to teach the core principles… emilybache/gildedrose-refactoring-kata — This project is a refactoring kata collection and software design education resource. It provides a set of… vicky002/1000_projects — 1000 Projects is a curated collection of software engineering tasks and educational resources designed to facilitate… blakeembrey/code-problems — This repository is a curated collection of algorithmic challenges and programming exercises designed to support…