An open API service indexing awesome lists of open source software.

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.

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)