MoshDev / algos

Popular Algorithms and Data Structures implemented in popular languages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Algos

Community (college) maintained list of Algorithms and Data Structures implementations.

Join the chat at https://gitter.im/iiitv/algos Code Climate Codacy Badge Build Status

Implemented Algorithms

Algorithm C CPP Java Python Golang
Bin Sort [X]
Binary Search [X] [X] [X]
Coin Change Problem [X]
Counting Sort [X] [X]
Depth First Traversal [X]
Dijkstra Algorithm [X]
Euclidean GCD [X] [X] [X]
Exponentation by Squaring [X]
Heap Sort [X] [X]
Insertion Sort [X] [X] [X]
k-NN [X]
Largest Sum Contiguous Subarray [X] [X] [X]
Linear Search [X] [X] [X] [X]
Longest Common Subsequence [X] [X] [X]
Merge Sort [X] [X] [X]
Modular Exponential [X] [X] [X]
N-Queen Problem [X] [X]
Prime Factor [X]
Prims [X] [X]
Quick Select [X]
Quicksort [X] [X] [X]
Rod Cutting Problem [X]
Shell Sort [X]
Sieve of Eratosthenes [X] [X] [X]

Implemented Data Structures

Data Structure C CPP Java Python Golang
Binary Search Tree [X]
Linked List [X]
Stack [X] [X] [X]

Resources

Contributing

See CONTRIBUTING.md.

If you plan to suggest a new algorithm or DS, please make sure to read the guidelines.

Credits

Idea by @Monal5031

Project Maintainers

Only project maintainers should merge a PR. Other members can add their reviews to a PR but the merging should be done by only a project maintainer.

About

Popular Algorithms and Data Structures implemented in popular languages


Languages

Language:Java 48.9%Language:C 24.7%Language:Python 17.8%Language:C++ 4.9%Language:Go 3.7%