Skip to content

Commit 42b7e23

Browse files
Update README.md
This commit was made to update the readme with a comment on how to use the createFolder.sh shell script Signed-off-by: darrylbalderas <[email protected]>
1 parent 072504a commit 42b7e23

File tree

1 file changed

+22
-10
lines changed

1 file changed

+22
-10
lines changed

README.md

Lines changed: 22 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,31 @@
11
# data-and-algorithms
22
Let's go over data structures and algorithms together!
3-
We will use Cracking the Coding Interview as reference.
3+
We will use [Cracking the Coding Interview Book](http://www.crackingthecodinginterview.com/) as reference.
44

55
Feel free to add your solutions in your channel of your choice 😃
66

7+
Run this script to create the folder structure for your favorite programming language
8+
`sh createFolders.sh <Programming Language Name>`
79

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
10+
## Contributing
11+
---
1312

14-
Check out [Noé Lomelí](https://github.com/noelomeli)'s video for visual directions https://www.youtube.com/watch?v=sv97x3yPbrw
13+
> To get started...
1514
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
15+
1. 🍴 [Fork](https://github.com/techqueria/data-and-algorithms#fork-destination-box) this repository
1816

19-
If you haven't joined yet, request an invite here: techqueria.org/slack
17+
2. 🔨 Commit your changes to your forked repo
18+
19+
3. 🎉 Open a new [pull request](https://github.com/techqueria/data-and-algorithms/compare) with changes from your forked repo and get it approved!
20+
* To pull down the most recent changes on this repo, make this branch your upstream
21+
22+
Check out [Noé Lomelí](https://github.com/noelomeli)'s video for [visual directions](https://www.youtube.com/watch?v=sv97x3yPbrw)
23+
24+
25+
## Join Slack Channel
26+
---
27+
28+
Request an invite here: [techqueria.org/slack](https://techqueria.org/communities/slack/)
29+
30+
Follow along with the community on the `#data-and-algorithms` channel on our Slack
31+
Make sure to also check out our `#python` `#ruby` `#javascript` and `#golang` channels while you're there

0 commit comments

Comments
 (0)