Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ridhoq/excercises
practice makes perfect
https://github.com/ridhoq/excercises
Last synced: 13 days ago
JSON representation
practice makes perfect
- Host: GitHub
- URL: https://github.com/ridhoq/excercises
- Owner: ridhoq
- Created: 2014-09-27T02:22:13.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-27T02:23:55.000Z (about 10 years ago)
- Last Synced: 2023-03-25T22:40:02.930Z (almost 2 years ago)
- Language: Ruby
- Size: 97.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)