Rosetta_Project
Rosetta_Project copied to clipboard
Algorithms implemented in Python, JS and Go. Feel free to add another language!
Changed the code to make it work on user input
There are some issues remaining, such as simplify and generalize character search replacement function, and that the function, as is, can't handle negative shifts.
Euclid's Algorithm for finding the greatest common divisor of two numbers.
Inputting an element in sorted array and getting the resulting sorted array!
Bubble Sort in C
created new directory for graph algorithms and added kruskals minimum spanning tree algorithm
added a javascript version of the caesar cypher