Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ridhoq/excercises

practice makes perfect
https://github.com/ridhoq/excercises

Last synced: 13 days ago
JSON representation

practice makes perfect

Awesome Lists containing this project

README

        

#Excercises

Just some coding excercises that I’m working through. Currently writing them in ruby, but I might add more languages in the future.

##Linked Lists
- Singly linked list node (linked_lists/node.rb)
- Remove a duplicate from a list (linked_lists/remove_duplicates.rb)