Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 966137b commit 82c52c7Copy full SHA for 82c52c7
README.md
@@ -0,0 +1,18 @@
1
+CODINGPROWESS
2
+=============
3
+**C**oding**P**rowess is a repository of answers to standard questions that are asked in coding interviews which include
4
+a range of topics:
5
+* Data Structures (lists, graphs and trees)
6
+* Algorithms (sorting, searching)
7
+* Networking (TCP/IP)
8
+* Operating Systems (Locks, Mutex's, race conditions)
9
+* Machine Learning (become more common in the future)
10
+
11
+USAGE
12
+=====
13
+The repository of solutions is there to provide guidance on solving problems. Practicing implementation of the methods on your
14
+own is the best way to learn them.
15
16
+CONTRIBUTIONS
17
18
+If you would like to contribute, please email me - [email protected]
0 commit comments