Algorithm topic

Algorithms are detailed sets of guidelines created for a computer program to complete tasks efficiently and thoroughly. Algorithms in computer programming are employed to solve complex problems. Various cutting-edge technologies including artificial intelligence (AI) and machine learning (ML), operate based on simple or complex algorithms.

List Algorithm repositories

algorithms

89
Stars
1
Forks
Watchers

Algorithms and data structures implemented in JavaScript with explanations, for further readings

computer_science_in_lua

48
Stars
3
Forks
Watchers

:first_quarter_moon_with_face: Implementation of some classic data structures and algorithms in Lua

Programming-Pearls

92
Stars
23
Forks
Watchers

Programming Pearls exercises (编程珠玑第二版习题汇总)

crossword.r

26
Stars
3
Forks
Watchers

An R package to build crosswords

RBush

103
Stars
37
Forks
Watchers

R-Tree Implementation for C#

awesome-free-courses

64
Stars
38
Forks
Watchers

List of awesome free video courses for learning Computer Science!

Algo-Explorer

46
Stars
8
Forks
Watchers

Android app for learning algorithms in Computer Science

treelayout

89
Stars
22
Forks
Watchers

Efficiently create compact tree layouts in Java

leetcode-editor

3.6k
Stars
399
Forks
Watchers

Do Leetcode exercises in IDE, support leetcode.com and leetcode-cn.com, to meet the basic needs of doing exercises.Support theoretically: IntelliJ IDEA PhpStorm WebStorm PyCharm RubyMine AppCode CLion...

delaunay-triangulation

440
Stars
109
Forks
Watchers

C++ version the delaunay triangulation