https://github.com/anishacharya/cracking-coding-interviews
Contains Basic Utility Functions and Common DS and Algo Questions
https://github.com/anishacharya/cracking-coding-interviews
c-plus-plus coding-challenge coding-interviews cracking-the-coding-interview interview-prep interview-preparation interview-questions interviewbit-solutions interviews software-engineering
Last synced: 21 days ago
JSON representation
Contains Basic Utility Functions and Common DS and Algo Questions
- Host: GitHub
- URL: https://github.com/anishacharya/cracking-coding-interviews
- Owner: anishacharya
- License: mit
- Created: 2014-10-22T21:01:30.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-03-16T03:49:35.000Z (about 6 years ago)
- Last Synced: 2025-09-09T08:24:54.389Z (7 months ago)
- Topics: c-plus-plus, coding-challenge, coding-interviews, cracking-the-coding-interview, interview-prep, interview-preparation, interview-questions, interviewbit-solutions, interviews, software-engineering
- Language: C++
- Homepage:
- Size: 1.41 MB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License
Awesome Lists containing this project
README
## Past-Interview-Questions:
*This repository contains my very old (2013) implementations of some common questions often asked in interviews. These are (mostly) taken from the resources listed as reference or some other random online discussions I came across*
*If you use this codebase for your interviews and want to build on this please feel free to* **collaborate**
**Contact :** anisha@uci.edu
**Language :** C++, SCALA
**References:**
* [Cracking The Coding interview](https://www.amazon.com/Cracking-Coding-Interview-Programming-Questions/dp/0984782850)
* [LeetCode](https://leetcode.com/)
* [GeeksForgeeks](https://www.geeksforgeeks.org/)