From 3d52a82ab025784c3e32fe5cdfb341088375f182 Mon Sep 17 00:00:00 2001 From: Eaglesight02 Date: Mon, 8 Jan 2024 16:15:44 +0530 Subject: [PATCH] Updated README.md --- README.md | 1 + 1 file changed, 1 insertion(+) 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.