Skip to content

anchietajunior/algorithms

Repository files navigation

Algorithms

Algorithms using Ruby and Javascript for studies and for real life.

How to run?

If you have Ruby or/and Node installed in your machine, you will be able to run these files just like this:

List of Algorithms

  • Bubble Sort
  • Largest number
  • Read external file and show content
  • Read two files, csv and tpl and join content to show result
  • Binary search - O(log n)
  • Sort by selection - O(n²)

List of data structures

  • Linked List
  • Queue

About

Algorithms and Big O

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published