-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
js data structures excercises #29
Comments
The best way to start is to start! If you make a few exercises then it will be easier for other people to chip in with their own levels as pull requests. |
ok do u have any instructions how to start it |
I have an algorithms one that I started, and posted about in nodeschool/workshoppers#16... you're welcome to help out with that one if you like. I haven't had time for it in a while, but expect to have more time to work on it soon. If you're looking for how to start a workshopper, I wrote up instructions. There's also another framework called adventure, which substack wrote. |
@rajkumart08 i'd recommend attending a nodeschool event if you are near one, or if not you can check out this page http://nodeschool.io/building-workshops.html or listening to this podcast http://castroller.com/podcasts/Nodeup/3840775 |
@linclark I would really like to work with you...may be we can do a skype or chat where we can discuss more about this exercise and start our tasks :) rajkumar.t08 is my skype id and [email protected] is my mail id...you can add me in... |
@ALL Hey, Is this command working for you npm install git:https://github.com/linclark/algorithms-101 --save I see some error in my terminal |
@Raj08 your url is broken. use npm install [email protected]:linclark/algorithms-101.git or even npm install linclark/algorithms-101 |
This is a great place to send people who are interested in building workshops: http://nodeschool.io/building-workshops.html If that page is lacking in anyway, send PRs to improve it -> http://github.com/nodeschool/nodeschool.github.io For instance, a PR to add a link to @linclark's awesome workshopper tutorial would be a great addition, for starters! |
Hi
I am planning to start an exercise with js data structures and algorithms..
so that it will be helpful for the UI developers to solve the interview questions using js...
is anyone interested in joining with me...
The text was updated successfully, but these errors were encountered: