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.

Star 历史

kennyledet/algorithm-implementations 的 Star 历史图表kennyledet/algorithm-implementations 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

包含 Algorithm Implementations 的精选搜索

收录 Algorithm Implementations 的精选合集。
  • 算法复杂度理论资源
  • 数据结构与算法
  • 数据结构与算法

Algorithm Implementations 的开源替代方案

相似的开源项目,按与 Algorithm Implementations 的功能重合度排序。
  • thealgorithms/javascriptTheAlgorithms 的头像

    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-algorithmsmgechev 的头像

    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

常见问题解答

kennyledet/algorithm-implementations 是做什么的?
loiane/javascript-datastructures-algorithmsloiane 的头像

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-structurekangjianwei 的头像

    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
  • 查看 Algorithm Implementations 的所有 30 个替代方案→

    该仓库是一个跨多种编程语言实现的通用计算机科学算法和数据结构集合。它作为教育资源,供学生和开发者通过实用的、版本控制的代码示例来学习基础计算逻辑和软件工程模式。

    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…