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

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

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस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 के लिए स्टार हिस्ट्री चार्ट

AI सर्च

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

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

Start searching with AI

Algorithm Implementations को शामिल करने वाली क्यूरेटेड खोजें

चुनिंदा कलेक्शन जहाँ Algorithm Implementations दिखाई देता है।
  • एल्गोरिदम कॉम्प्लेक्सिटी थ्योरी रिसोर्सेज
  • डेटा स्ट्रक्चर्स और एल्गोरिदम
  • डेटा स्ट्रक्चर्स और एल्गोरिदम

अक्सर पूछे जाने वाले प्रश्न

kennyledet/algorithm-implementations क्या करता है?

Algorithm Implementations के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Algorithm Implementations के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • 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
  • mgechev/javascript-algorithmsmgechev का अवतार

    mgechev/javascript-algorithms

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

    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

यह रिपॉजिटरी कई प्रोग्रामिंग भाषाओं में कार्यान्वित सामान्य कंप्यूटर विज्ञान एल्गोरिदम और डेटा संरचनाओं का एक संग्रह है। यह छात्रों और डेवलपर्स के लिए व्यावहारिक, वर्ज़न-कंट्रोल्ड कोड उदाहरणों के माध्यम से मूलभूत कम्प्यूटेशनल लॉजिक और सॉफ्टवेयर इंजीनियरिंग पैटर्न का अध्ययन करने के लिए एक शैक्षिक संसाधन के रूप में कार्य करता है।

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…

  • loiane/javascript-datastructures-algorithmsloiane का अवतार

    loiane/javascript-datastructures-algorithms

    4,862GitHub पर देखें↗

    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-structurekangjianwei का अवतार

    kangjianwei/Data-Structure

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

    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
  • Algorithm Implementations के सभी 30 विकल्प देखें→