Algorithms icon indicating copy to clipboard operation
Algorithms copied to clipboard

A repository of different Algorithms and Data Structures implemented in many programming languages.

Results 109 Algorithms issues
Sort by recently updated
recently updated
newest added

needs-work
hacktoberfest-accepted

#1 Added solution for K+1th Element in an array. Best time: log n. Wors timet: nlog(n)

#1 add cpp, python, java or any language program, also try to save that program in respective algorithm folder

enhancement
good first issue
JavaScript
Algorithms
cpp
python
java
c
swift

**Dated: Oct-07-2020** **Regarding Delay in reviewing PR** Hello, everyone, I am one of the maintainer of this repository. I know most of the PRs are the part of **hacktoberfest** and...

enhancement
help wanted
good first issue
Algorithms
Data Structures

Implement Data structures and algorithms in Ruby, Go, C# and Rust

good first issue
Algorithms
Data Structures
Ruby
C #
Go
Rust

I would like to add a rare algorithm to find the nth term of a fibonacci @i-vishi

enhancement
Algorithms

In this file, I have added a method for performing operations on Linked List like-insert, delete and so on. This is an easy solution which is suitable for beginners as...

Added the KMP algorithm in the c++ language, please note this is PR for hacktoberfest