thetealpickle / daily-algorithms

Collection of algorithms problems and solutions for study group.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

daily-algorithms

Pull Requests

Collection of algorithms problems and solutions for study group.

Contributing Problems and Solutions to the Repo!

Checkout out Women Who Code NYC's GitGuide to walk you through submitting your first pull request with your contribution! Take note! At the moment we generally structure and namespace our files like so:

├── daily-algorithms (top folder)
	├── challenges (folder)
		├── NameOfProblem (folder)
			├── NameOfProblem.md (markdown file with description of the problem)
			├── solutions (folder)
				├── NameOfProblem.js (solutions files in various languages)
				├── NameOfProblem.py
				├── NameOfProblem.rb 
				├── testing (folder)
					├──(any testing files you may need!)

Credits

About

Collection of algorithms problems and solutions for study group.


Languages

Language:JavaScript 68.0%Language:C++ 32.0%