Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Classic algorithms/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@
**Closest pair problem** - The closest pair of points problem or closest pair problem is a problem of computational geometry: given n points in metric space, find a pair of points with the smallest distance between them.

**Sieve of Eratosthenes** - The sieve of Eratosthenes is one of the most efficient ways to find all of the smaller primes (below 10 million or so).
**Backtracking** : Learn backtracking is a efficent way to learn how to build games like soduku and help u in solving many many problems.
**Brute force** : A brute force algorithms is a way to devlop to find less bugs in the way and make sure that the code passes through all the given test