|
1 | 1 | # data-and-algorithms
|
2 | 2 | Let's go over data structures and algorithms together!
|
3 |
| -We will use Cracking the Coding Interview as reference. |
4 | 3 |
|
5 |
| -Feel free to add your solutions in your channel of your choice 😃 |
| 4 | +We will use [Cracking the Coding Interview Book](http://www.crackingthecodinginterview.com/) as reference. |
6 | 5 |
|
| 6 | +Feel free to add your solutions in your programming language of your choice 😃 |
7 | 7 |
|
8 |
| -Directions: |
9 |
| -* Fork this repo |
10 |
| -* Work on your fork |
11 |
| -* When you want to submit a solution, make a pr |
12 |
| -* To pull down the most recent changes on this repo, make this branch your upstream |
13 | 8 |
|
14 |
| -Check out [Noé Lomelí](https://github.com/noelomeli)'s video for visual directions https://www.youtube.com/watch?v=sv97x3yPbrw |
| 9 | +Run the following script to create the directory structure for your programming language |
| 10 | +if one is not already created |
15 | 11 |
|
16 |
| -Follow along with the community on the #data-and-algorithms channel on our Slack |
17 |
| -Make sure to also check out our #python #ruby #javascript and #golang channels while you're there |
| 12 | + `bash createDirectories.sh <Programming Language>` |
18 | 13 |
|
19 |
| -If you haven't joined yet, request an invite here: techqueria.org/slack |
| 14 | +## Contributing |
| 15 | +--- |
| 16 | + |
| 17 | +> To get started... |
| 18 | +
|
| 19 | +1. 🍴 [Fork](https://github.com/techqueria/data-and-algorithms#fork-destination-box) this repository |
| 20 | + |
| 21 | +2. 🔨 Commit your changes to your forked repo |
| 22 | + |
| 23 | +3. 🎉 Open a new [pull request](https://github.com/techqueria/data-and-algorithms/compare) with changes from your forked repo and get it approved! |
| 24 | + * To pull down the most recent changes on this repo, make this branch your upstream |
| 25 | + |
| 26 | +Check out [Noé Lomelí](https://github.com/noelomeli)'s video for [visual directions](https://www.youtube.com/watch?v=sv97x3yPbrw) |
| 27 | + |
| 28 | + |
| 29 | +## Join Slack Channel |
| 30 | +--- |
| 31 | + |
| 32 | +Request an invite here: [techqueria.org/slack](https://techqueria.org/communities/slack/) |
| 33 | + |
| 34 | +Follow along with the community on the `#data-and-algorithms` channel on our Slack |
| 35 | + |
| 36 | +Make sure to also check out our `#python` `#ruby` `#javascript` and `#golang` channels while you're there |
0 commit comments