#Contribute to the WWCNYC Algorithms group! This repo and these events are curated, crafted, and cared for by coders like you. We are actively looking for new contributors who identify as women, trans, or genderqueer, who can help share their knowledge of programming with others. If this sounds like you, read on!
New problems!
They should be language agnostic, vary widely in difficulty, and should take between 5-20 minutes to complete. We aim to have about 6 problems per event, with level 1 being the easiest and level 6 being the hardest. If you submit a problem, please consider submitting one solution as well in either pseudo code or the language of your choice.New solutions!
We accept all levels of optimization and all languages. Consider adding tests for bonus points :)Presenters!
Do you have a 5-10 minute talk that could help someone ace their next interview or come one step closer to mastering algorithms more generally? Talk to one of our volunteers and pitch us your idea.Tutors
andin person volunteers!
We need folks to do everything from help people check in, to find the bathroom, to tutoring and supporting our fellow coders. If one of those roles sounds exciting to you, talk to a volunteer!Free resources!
They go in our main readme
Checkout our latest and greatest 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:
Algorithms(top folder)
-October-22-2015(Folder, named by the date of event)
-Problem1.md (mark down files with descriptions of the problems with 1 being easiest)
-Solutions (Folder)
-Problem1.js (solution files are named by problem number with different language extensions)
-Problem1.rb
It'd be cool if you can do the same. But if not we will work with what we got.
Git and Github allow us to collaborate on projects without ever worrying about losing our work (or our minds). Think google docs but with better version control.
To get started here are a few free tutorials/readings:
And of course feel free to ask your peers and the volunteers for help!