Updated README.md

This commit is contained in:
Eaglesight02
2024-01-08 16:15:44 +05:30
parent 2d0ae82a18
commit 3d52a82ab0

View File

@@ -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.