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

reinforcement-learning-algorithms

649
Stars
104
Forks
Watchers

This repository contains most of pytorch implementation based classic deep reinforcement learning algorithms, including - DQN, DDQN, Dueling Network, DDPG, SAC, A2C, PPO, TRPO. (More algorithms are st...

SkipList

38
Stars
20
Forks
Watchers

A Java implementation of skip list 跳表的Java语言实现

bytecount

212
Stars
25
Forks
Watchers

Counting occurrences of a given byte or UTF-8 characters in a slice of memory – fast

algorithms

234
Stars
115
Forks
Watchers

This repository is for learning and understanding how algorithms work.

go-algorithms

1.9k
Stars
352
Forks
Watchers

Algorithms and data structures for golang

flatbush

1.4k
Stars
57
Forks
Watchers

A very fast static spatial index for 2D points and rectangles in JavaScript 🌱

geokdbush

332
Stars
36
Forks
Watchers

The fastest spatial index for geographic locations in JavaScript

competitive-programming

21
Stars
1
Forks
Watchers

🏅 This repository contains all the problems I solved while training myself for programming competitions

leetcode

65
Stars
7
Forks
Watchers

✍️ 200+ LeetCode solutions in Java

interviews

62.3k
Stars
12.8k
Forks
Watchers

Everything you need to know to get the job.