algorithms icon indicating copy to clipboard operation
algorithms copied to clipboard

Minimal examples of data structures and algorithms in Python

Results 157 algorithms issues
Sort by recently updated
recently updated
newest added

[Goldbach's conjecture](https://en.wikipedia.org/wiki/Goldbach%27s_conjecture) states that every even natural number greater than 2 is the sum of two prime numbers.

> **_algorithms/arrays/josephus_** has getting two parameters first one is int_list and second is skip. > **_tests/test_arrays/TestJosephus_** there are passing list inside string values. > - Just changing the ( **_tests/test_arrays/TestJosephus_**...

I have added binary tree views, I have added top view, bottom view, left view and right view.

This algorithm simply removes any duplicates from an array.

Deleted content in max_ones_index.py

This simple code converts roman to decimal numbers

Fixed some typos in the file diffie_hellman_key_exchange.py