File tree Expand file tree Collapse file tree 1 file changed +22
-10
lines changed Expand file tree Collapse file tree 1 file changed +22
-10
lines changed Original file line number Diff line number Diff line change 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.
3
+ We will use [ Cracking the Coding Interview Book ] ( http://www.crackingthecodinginterview.com/ ) as reference.
4
4
5
5
Feel free to add your solutions in your channel of your choice 😃
6
6
7
+ Run this script to create the folder structure for your favorite programming language
8
+ ` sh createFolders.sh <Programming Language Name> `
7
9
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
+ ---
13
12
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...
15
14
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
18
16
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
You can’t perform that action at this time.
0 commit comments