Skip to content

NikolaMilinkovic/recursion-TOP

Repository files navigation

Recursion Practice

This is a part of The Odin Project curriculum on recursion.
In this exercise I practiced using recursion to solve simple tasks. I learned about Merge Sort as well as some other types of alghorithm. Compared different alghorithms, their pros and cons.

Wrote my own implementation of Merge Sort alghorith.

Features

  • Itterative and Recursive binary search algorithm
  • Fibbonaci
  • Linear Search algorithm
  • Merge Sort algorithm
  • Many different smaller tasks solved via recursion

🧭 Possible Future Implementations

  • Visual representation of Searching / Sorting algorithms

💻 Built With

javascript

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published