diff --git a/README.md b/README.md index c36a3d75..8a869246 100644 --- a/README.md +++ b/README.md @@ -298,6 +298,7 @@ When learning CS, there are some useful sites you must know to get always inform - [ChiperSoft/InterviewThis](https://github.com/Twipped/InterviewThis) : questions to ask during on a interview to know more about the company. - [Code Project](https://www.codeproject.com) : For those who code! - [C PUZZLES, Some interesting C problems](http://www.gowrikumar.com/c/index.php) +- [Core Java Interview Questions](https://www.javatpoint.com/corejava-interview-questions) - [CS9: Problem-Solving for the CS Technical Interview](http://web.stanford.edu/class/cs9/) - [Delightful Puzzles](http://gurmeet.net/puzzles/) - [Determining the big-O runtimes of these different loops?](https://stackoverflow.com/questions/11094330/determining-the-big-o-runtimes-of-these-different-loops) : really good stackoverflow question that covers basics of calculating runtime complexity.