awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to thealgorithms/php

Open-source alternatives to TheAlgorithms PHP

21 open-source projects similar to thealgorithms/php, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best TheAlgorithms PHP alternative.

  • taizilongxu/interview_pythontaizilongxu का अवतार

    taizilongxu/interview_python

    17,316GitHub पर देखें↗

    This project is a comprehensive reference library and preparation guide for Python technical interviews. It combines theoretical guides on computer science fundamentals and language runtime internals with practical implementation examples of algorithms and data structures. The repository serves as a curated knowledge base that maps theoretical interview questions to concrete code snippets. It provides technical analysis of Python language internals, including memory management, garbage collection, and the global interpreter lock, alongside a library of creational and structural software desig

    Shell
    GitHub पर देखें↗17,316
  • donnemartin/interactive-coding-challengesdonnemartin का अवतार

    donnemartin/interactive-coding-challenges

    31,529GitHub पर देखें↗

    This project is a comprehensive curriculum for mastering computer science fundamentals and preparing for technical interviews. It provides over 120 interactive Python coding challenges that focus on algorithmic skill development, data structure implementation, and logical problem solving. The learning experience is delivered through a series of executable notebooks that combine instructional content with hands-on coding exercises. Each challenge is self-contained and relies on automated unit tests to verify the correctness of user-implemented solutions against predefined constraints and edge

    Pythonalgorithmcodingcompetitive-programming
    GitHub पर देखें↗31,529
  • dwmkerr/hacker-lawsdwmkerr का अवतार

    dwmkerr/hacker-laws

    27,171GitHub पर देखें↗

    This project is a comprehensive, community-curated compendium of the fundamental principles, heuristics, and adages that define professional software engineering. It serves as a structured reference for developers and managers, documenting the empirical observations and mathematical formulas that shape system architecture, team dynamics, and technical decision-making. The repository distinguishes itself through a decentralized, open-contribution model that relies on distributed version control to maintain its knowledge base. By utilizing a flat-file data structure and markdown-based content c

    HTMLcodingcomputersciencelaws
    GitHub पर देखें↗27,171

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Find more with AI search
  • evgenykarkan/ekalgorithmsEvgenyKarkan का अवतार

    EvgenyKarkan/EKAlgorithms

    2,409GitHub पर देखें↗

    EKAlgorithms contains some well known CS algorithms & data structures.

    Objective-Calgorithmobjective-c
    GitHub पर देखें↗2,409
  • guanpengchn/awesome-booksguanpengchn का अवतार

    guanpengchn/awesome-books

    4,443GitHub पर देखें↗
    JavaScriptbookschinesepdf
    GitHub पर देखें↗4,443
  • keon/algorithmskeon का अवतार

    keon/algorithms

    25,269GitHub पर देखें↗

    This repository is a structured educational archive of classic computer science algorithms and data structures implemented in Python. It serves as a reference library designed for study and technical skill development, providing clean, readable examples of fundamental computational techniques rather than production-ready software components. The project distinguishes itself through its idiomatic approach, utilizing native language features and standard library conventions to demonstrate algorithmic logic clearly. Each implementation is organized into a hierarchical directory structure that mi

    Pythonalgorithmalgorithmscompetitive-programming
    GitHub पर देखें↗25,269
  • mre/the-coding-interviewmre का अवतार

    mre/the-coding-interview

    1,743GitHub पर देखें↗

    Programming exercises, code katas and puzzles for your job interview training - or just for fun.

    Pythoncoding-interviewinterview-practiceinterview-test-task
    GitHub पर देखें↗1,743
  • rishabh115/interview-questionsR

    rishabh115/Interview-Questions

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • roseperrone/interview-questionsroseperrone का अवतार

    roseperrone/interview-questions

    120GitHub पर देखें↗

    Interview questions solved in python

    Python
    GitHub पर देखें↗120
  • sagivo/algorithmssagivo का अवतार

    sagivo/algorithms

    3,250GitHub पर देखें↗

    algorithms playground for common questions

    Rubyalgorithmcomputer-scienceinterview-questions
    GitHub पर देखें↗3,250
  • tayllan/awesome-algorithmstayllan का अवतार

    tayllan/awesome-algorithms

    24,741GitHub पर देखें↗

    This project is a curated knowledge repository that serves as a comprehensive directory for computer science education, focusing on algorithms and data structures. It provides a structured index of resources designed to assist developers in mastering computational problem-solving techniques, ranging from fundamental theory to advanced applications. The directory distinguishes itself by aggregating diverse learning materials, including interactive visualization tools, competitive programming platforms, and technical interview preparation guides. By organizing these resources into a hierarchica

    GitHub पर देखें↗24,741
  • teivah/algodeckteivah का अवतार

    teivah/algodeck

    5,819GitHub पर देखें↗

    Algodeck is an open-source collection of flash cards designed for reviewing algorithms, data structures, and system design concepts, specifically curated for technical interview preparation. The project organizes knowledge into atomic question-and-answer pairs and incorporates spaced repetition scheduling to optimize long-term memory retention. The flash card catalog covers a broad range of computer science topics, including classic sorting algorithms like quicksort and mergesort, data structure operations for arrays, trees, heaps, tries, and graphs, as well as bit manipulation techniques for

    HTML
    GitHub पर देखें↗5,819
  • thealgorithms/cTheAlgorithms का अवतार

    TheAlgorithms/C

    22,153GitHub पर देखें↗

    This project is a comprehensive library of fundamental computer science algorithms and data structures implemented in C. It provides a collection of modular, portable code blocks designed for educational purposes and integration into production software, focusing on procedural execution and direct hardware interaction. The library distinguishes itself through a focus on low-level systems programming, offering memory-efficient implementations of stacks, queues, linked lists, and trees. It includes specialized suites for cryptographic data protection, audio signal processing, and network commun

    Calgorithm-challengesalgorithm-competitionsalgorithms
    GitHub पर देखें↗22,153
  • thealgorithms/c-plus-plusTheAlgorithms का अवतार

    TheAlgorithms/C-Plus-Plus

    34,361GitHub पर देखें↗

    This project is an educational repository and collection of algorithms implemented in C++. It provides a structured set of code examples covering mathematics, computer science, and physics for reference and learning. The collection includes implementations of data structures for managing hierarchical and linear data, such as binary search trees and AVL trees. It also features simulations of computer science concepts, including CPU scheduling and the resolution of combinatorial puzzles. The repository further covers cryptographic examples through the implementation of classic encryption and e

    C++algorithmalgorithm-competitionsalgorithms-implemented
    GitHub पर देखें↗34,361
  • thealgorithms/goTheAlgorithms का अवतार

    TheAlgorithms/Go

    18,085GitHub पर देखें↗

    This repository serves as a comprehensive collection of standard computer science algorithms and data structures implemented in the Go programming language. It functions as an educational resource for developers to study idiomatic code examples and master fundamental computational logic through practical, hands-on implementation. The project provides a reference for building and utilizing essential storage containers, such as linked lists, heaps, and hash maps, to organize information efficiently. It also includes a suite of proven mathematical algorithms for performing complex numerical calc

    Goalgorithmsalgorithms-implementedcommunity-driven
    GitHub पर देखें↗18,085
  • thealgorithms/javaTheAlgorithms का अवतार

    TheAlgorithms/Java

    65,843GitHub पर देखें↗

    This project is an educational repository containing a comprehensive collection of classic computer science algorithms and data structures implemented in Java. It serves as a community-driven learning resource designed to help students and developers study fundamental computational problems and practice idiomatic syntax through clean, well-documented code examples. The repository distinguishes itself by using decoupled logic encapsulation, which isolates individual algorithmic implementations into independent classes to ensure modularity. It further enforces standardized method signatures acr

    Javaalgorithmalgorithm-challengesalgorithms
    GitHub पर देखें↗65,843
  • thealgorithms/javascriptTheAlgorithms का अवतार

    TheAlgorithms/JavaScript

    34,180GitHub पर देखें↗

    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
  • thealgorithms/pythonTheAlgorithms का अवतार

    TheAlgorithms/Python

    221,992GitHub पर देखें↗

    This project is a comprehensive repository of verified computational implementations designed to serve as an educational resource for computer science and algorithmic problem solving. It provides a structured collection of code examples that cover fundamental data structures, mathematical operations, and core programming concepts, allowing users to study the logic and complexity behind various computational methods. The repository distinguishes itself through a modular, reference-based implementation pattern that organizes code into logical namespaces. This approach facilitates independent ex

    Pythonalgorithmalgorithm-competitionsalgorithms-implemented
    GitHub पर देखें↗221,992
  • thealgorithms/typescriptTheAlgorithms का अवतार

    TheAlgorithms/TypeScript

    2,846GitHub पर देखें↗

    Algorithms and Data Structures implemented in TypeScript for beginners, following best practices.

    TypeScriptalgorithmsdata-structureshacktoberfest
    GitHub पर देखें↗2,846
  • amejiarosario/dsa.js-data-structures-algorithms-javascriptamejiarosario का अवतार

    amejiarosario/dsa.js-data-structures-algorithms-javascript

    7,768GitHub पर देखें↗

    This project is a computer science educational resource and library providing implementations of data structures and algorithms in JavaScript. It serves as an algorithm implementation reference and a toolkit for building foundational data containers, including a collection of sorting algorithms and a guide for learning time and space complexity. The project differentiates itself by pairing class-based implementations with Big O analysis to illustrate asymptotic complexity. It includes a non-linear data structure toolkit featuring self-balancing trees, hash maps, and graphs, alongside comparis

    JavaScriptalgorithmalgorithmsbook
    GitHub पर देखें↗7,768
  • trekhleb/javascript-algorithmstrekhleb का अवतार

    trekhleb/javascript-algorithms

    196,089GitHub पर देखें↗

    This repository is a comprehensive collection of data structures and algorithms implemented in JavaScript, designed primarily as an educational resource for computer science study and technical interview preparation. It provides modular implementations of fundamental programming concepts, allowing developers to explore algorithmic logic and data organization through self-contained, verifiable code examples. The library distinguishes itself by pairing every implementation with formal Big O notation, providing predictable insights into time and space scaling requirements. Each algorithm is stru

    JavaScriptalgorithmalgorithmscomputer-science
    GitHub पर देखें↗196,089