https://github.com/hiejulia/project-euler
Data structure & Algorithms
https://github.com/hiejulia/project-euler
algorithms bigo datastructures euler-solutions java javascript python
Last synced: about 1 month ago
JSON representation
Data structure & Algorithms
- Host: GitHub
- URL: https://github.com/hiejulia/project-euler
- Owner: hiejulia
- Created: 2017-03-19T09:22:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-10-11T09:00:07.000Z (almost 6 years ago)
- Last Synced: 2025-07-28T23:45:53.221Z (2 months ago)
- Topics: algorithms, bigo, datastructures, euler-solutions, java, javascript, python
- Language: JavaScript
- Homepage:
- Size: 76.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project-Euler
(repo for preparing algorithms test for codility interview tests - as big guy always has algorithms : ) )+ This is Project Euler solved by Javascript
+ Data structure and algorithm with Java - Python - Javascript
## Data structure
+ Vector
+ Linked list
+ Stack - queue
+ Priority queue
+ Heap
+ Suffix array
+ Hash map
+ Map - Set - Multimap
+ Tree
+ Binary tree
+ Binary search tree
+ Graph
+ DFS, BFS,Dijkstra, Prim
+ Topological sort
+ Johnson's algorithm
+ Dictionary## Algorithms
+ Bloom filter
+ Breadth-first iterative search
+ k way merge
+ Greedy algorithm
+ Prim
+ Kruskal
+
+ Divide and conquer
+ Recursion(no BigO)
+ Sort
+ Graph
+ Depth first search
+ Breadth first search
+ Spanning tree
+ Prim
+ Sortest path+ Dynamic programming
+ Knapsack
+ Longest increasing subsequence
+ Edit distance
+ Minimum partition
+ Matrix chain multiplication
+ Fibonacci
+ Tower of hanoi
+ Bai toan ba lo
+ String algorithm
+ Levenshtein Distance
+
+ Search
+ Quick sort, Heap sort, Binary search
+ Interpolation search
+ Aho Corasick String Matching
+ Rotation
+ Insertion
+ Substring search algorithm+ Tree
+ Binary search tree
+ AVL tree
+ Red black tree
+ K dimensional tree
++ Divide and conquer
+ Merge sort
+ Quick sort
+ Binary search
+ Strassen