https://github.com/emanuelefavero/cracking-the-coding-interview-solutions
This repository contains my solutions to Cracking the Coding Interview questions.
https://github.com/emanuelefavero/cracking-the-coding-interview-solutions
algorithms cracking-the-coding-interview data-structures questions solutions
Last synced: about 2 months ago
JSON representation
This repository contains my solutions to Cracking the Coding Interview questions.
- Host: GitHub
- URL: https://github.com/emanuelefavero/cracking-the-coding-interview-solutions
- Owner: emanuelefavero
- License: mit
- Created: 2024-07-02T16:46:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-18T21:28:31.000Z (12 months ago)
- Last Synced: 2025-03-29T16:12:48.033Z (6 months ago)
- Topics: algorithms, cracking-the-coding-interview, data-structures, questions, solutions
- Language: TypeScript
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Cracking the Coding Interview solutions
This repository contains my solutions to [Cracking the Coding Interview](https://www.crackingthecodinginterview.com/) questions.
> Note: This repository is a work in progress, the solutions are written in TypeScript or JavaScript
## Usage
Feel free to browse the solutions and explanations for each problem. You can clone this repository to your local machine to access the code and run it as needed.
> Note: Contributions and feedback are welcome!
## Contents
### Arrays and Strings
- [Is Unique](./arrays-and-strings/is-unique.ts)
- [Check Permutation](./arrays-and-strings/check-permutation.ts)
- [URLify](./arrays-and-strings/urlify.ts)
- [Palindrome Permutation](./arrays-and-strings/palindrome-permutation.ts)
- [One Away](./arrays-and-strings/one-away.ts)
- [String Compression](./arrays-and-strings/string-compression.ts)## License
- [MIT](LICENSE.md)