Topic

algorithm

Algorithms are detailed sets of guidelines created for a computer program to complete tasks efficiently and thoroughly.

Repositories (1280)

DataStructure-Algorithm-TS
DataStructure-Algorithm-TS Reaper622 TypeScript

⛩数据结构和算法解析 | LeetCode 解题 | 剑指 Offer 面试题集

62
ds
ds recp C

🔗 Common Data Structures and Algorithms

62
tls
tls hippke Jupyter Notebook

Transit Least Squares: An optimized transit-fitting algorithm to search for periodic transits of small planets

62
round-robin
round-robin hlts2 Go

faster round-robin balancing algorithm written in golang

62
OI-Source
OI-Source dtcxzyw C++

OI代码仓库、复习笔记、代码模板、本地Judger

62
computer-science
computer-science sekhyuni JavaScript

자료구조, 알고리즘, 네트워크, 운영체제 등 Software Engineer로서 갖추어야 할 기본적인 Computer Science 지식을 정리해둔 공간입니다.

62
StoneValley
StoneValley coshcage C

An algorithm and data structure library in plain C.

62
algolocal
algolocal zxypro1 JavaScript

Practice leetcode and real engineering projects 100% offline, with AI.

62
rust-djangohashers
rust-djangohashers Racum Rust

A Rust port of the password primitives used in Django Project.

61
foronoi
foronoi Yatoom Python

An implementation of Fortune's algorithm for Voronoi diagrams in Python.

61
FXdiv
FXdiv Maratyszcza C++

C99/C++ header-only library for division via fixed-point multiplication by inverse

61
blog-demos
blog-demos gozhuyinglong Java

这个代码仓库里是博客中涉及的源码、文件等 ;如果对您有帮助,请给个Star,感谢~

61
knapsack-packing
knapsack-packing albert-espin Python

Evolutionary Algorithm for the 2D Packing Problem combined with the 0/1 Knapsack Problem (Master Thesis)

61
gocpp
gocpp navining C++

C++ basics improvement, object-oriented programming and advanced programming techniques, along with classic interview questions and practical problem-...

61
Mojo
Mojo TheAlgorithms Mojo

All algorithms implemented in Mojo. (The first open-sourced Mojo repository on GitHub)

61
csp
csp mingyush

CSP竞赛完整学习资料库:历年真题、知识点梳理、答题技巧、环境配置 | Complete CSP Programming Contest Study Materials

61
algorithm
algorithm andeya Go

algorithm library

60
distance_transform
distance_transform giorgiomarcias C++

Distance Transforms of Sampled Functions

60
map_matching
map_matching categulario

Algorithms to find the streets that a vehicle should have traveled to generate a given GPS track. Moved to codeberg.

60
RpolyPlusPlus
RpolyPlusPlus sweeneychris C++

A modern c++ root finding algorithm based on the original Jenkins-Traub RPOLY software.

60
Competitive_Programming_4_Solutions
Competitive_Programming_4_Solutions BrandonTang89 C++

Solutions to some of the problems listed in Competitive Programming 4

60
Delaunator-Python
Delaunator-Python HakanSeven12 Python

Fast Delaunay triangulation of 2D points implemented in Python.

60
Ghost
Ghost BIGBALLON C++

An AI search algorithm demo

59
Unity-AirportSimulationSystem
Unity-AirportSimulationSystem ElementMo C#

Simple Airport Scene

59
Mastering-Node.js
Mastering-Node.js gungunfebrianza JavaScript

:books: Belajar Dengan Jenius Node.js bareng Gun Gun Febrianza

59
fastinvsqrt
fastinvsqrt itchyny Makefile

Fast inverse square root in programming languages

59
DataStructure-Algorithm
DataStructure-Algorithm yanxinhao C++

为考研准备的一些关于数据结构与算法的知识点总结,也可以用来为刷题准备一些算法基础。主要参考清华邓俊晖老师的课件以及上海科技大学算法课课件。

59
java-study
java-study hsfxuebao Java

Java体系架构知识点整理,包括Java基础、Spring、MySQL、算法题等

59
blog
blog isboyjc

不正经的前端的很正经的博客!!

59
Medium-Programming-Challenges
Medium-Programming-Challenges gutty333 C++

Medium programming challenges from coderbyte

59
MiniThing
MiniThing AlanoSong C++

File search software for NTFS file system under Windows.

59
AiDotNet
AiDotNet ooples C#

A new library for all of the newest ai algorithms

59
CLRS_3rd_Edtion_in_Action
CLRS_3rd_Edtion_in_Action Kiroeko C++

这个repo将会用C++语言、C#语言和Java语言(待定)实现 算法导论(第三版)中各个章节列举的数据结构与算法,不包含对 算法设计/分析 、 数学定理推论/证明 和...

58
rust-lazysort
rust-lazysort benashford Rust

Iterate in a lazily achieved sorted order

58
nombot
nombot karma0 Python

Cryptocurrency Trading Bot

58
42-algorithm
42-algorithm dev-jko C

data structure and algorithm

58
htpasswd
htpasswd gevorg JavaScript

Node.js package for HTTP Basic Authentication password file utility.

58
huffman_coding
huffman_coding gg-z Python

Python implementation of Huffman coding .

58
challenges
challenges nirgn975 Python

My solutions for random coding challenges 💪

58
DecisionTree
DecisionTree bowbowbow C++

c++ implementation of decision tree algorithm

58
CPUScheduler
CPUScheduler marvinjason Java

Java implementation of 6 CPU scheduling algorithms

58
category-wise-problems
category-wise-problems mayankdutta Python

contains category wise problems(data structures, competitive) of popular platforms.

58
DSA-Simplified
DSA-Simplified RikamPalkar C#

Designed by Engineers for Engineers. This is your One stop shop for all DSA queries! Here you will find implementation of all sorts of data structures...

58
FLAM3_for_SideFX_Houdini
FLAM3_for_SideFX_Houdini alexnardini Python

The Fractal Flame Algorithm, FLAM3 for SideFX Houdini

58
js-string-comparison
js-string-comparison Rabbitzzc TypeScript

🤠A library implementing different string similarity using JavaScript.

58
yupao-backend-public
yupao-backend-public liyupi Java

帮大家找到好伙伴的移动端网站 💎 by 鱼皮编程导航知识星球

58
pathfinding-lab
pathfinding-lab rvhuang TypeScript

Run, test and compare all algorithms and heuristic functions

57
JavaScriptAlgorithms
JavaScriptAlgorithms vJechsmayr JavaScript

All Algorithms implemented in JavaScript - a project for hacktoberfest2019 - NO new Issues/PRs for hacktoberfest 2020 or 2021 - thank you

57
computer-science-knowledge
computer-science-knowledge suvllian

计算机基础知识:计算机网络、操作系统、数据库、数据结构与算法、计算机组成原理、软件工程、设计模式、代码外的生存之道、开发常用工具

57
AlgoHeist
AlgoHeist TECHOUS C++

A repository for algorithms in different languages for the beginners to contribute and learn.

57