Skip to content

Commit cb2b2f2

Browse files
authored
Update README.md
1 parent 231e59a commit cb2b2f2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
# cracking-the-coding-interview
2-
My Java Solutions to CTCI - 6th Edition
2+
My Java Solutions to [Cracking the Coding Interview, 6th Edition](http://www.crackingthecodinginterview.com/). This repository will contain my soluitons and the *Links to online judge platforms if the question is avaliable on a particular platform*. This would help to actually code and submit the solutions before verifying from book.
3+
# Chapter 1 - Arrays & Strings
4+
| # | Title | Platform | My Solutions |
5+
|---| ----- | -------- | ---------- |
6+
|1|[Unique Characters](https://www.geeksforgeeks.org/determine-string-unique-characters/)|GeeksforGeeks|[Java](cracking-the-coding-interview/Chapter1-Arrays&Strings/Question1.java)|

0 commit comments

Comments
 (0)