Skip to content
forked from jay754/riddles

algorithms/data structures/math-problems

Notifications You must be signed in to change notification settings

chintamanil/riddles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Why I created this repo

Computer Science can be hard and the best way to learn is to read and practice as much as you can and eventually it becomes a reflex. I had to learn this the hard way.

And remember most of these algorithms are very similarly implemented using the same techniques (recursion, trees, graphs, etc) so once you start practicing your brain will pretty much pick up the rest

Check out the following resources It'll help alot

Euler Solved Problems

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 20
  • 24
  • 29
  • 36
  • 48
  • 53
  • 56
  • 99

Algorithms Implemented

  • Bubble Sort
  • Eucledian GCD
  • Prime
  • Select Sort
  • Sieve
  • Binary Search
  • Fletcher-16 Checksum
  • Gnome Sort

Data Structues Implemented

  • Linkedlist
  • Stack

About

algorithms/data structures/math-problems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 53.2%
  • Java 25.4%
  • C 8.8%
  • Ruby 4.7%
  • C++ 3.1%
  • JavaScript 3.0%
  • Go 1.8%