/daily-algorithms

Collection of algorithms problems and solutions for study group.

Primary LanguageJavaScript

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