/cracking_rust

(in development). Becoming a rustacean.

Primary LanguageRust

Cracking the Coding Interview (in Rust)

This repository is my attempt to improve my Rust programming skills by working through the 189 questions in the the 6th Edition of Gayle Laakman McDowell's book, "Cracking the Coding Interview".

Some great Rust tutorials posted by @brndnmtthws here.

Posting publicly on GitHub so others can provide advice and recommendations for improving my approach to these problems.

Progress so far:

Chapter 1: Arrays and Strings

Question 01: Is Unique

Question 02: Check Permutation

Question 03: URLify