Programming problems solved using Rust best practices
- Fibonacci Numbers
- Write a function that combines two lists by alternatingly taking elements
- Write a function that takes a list of strings an prints them, one per line, in a rectangular frame
- Given two strings, write a program that efficiently finds the longest common subsequence
- Quick sort
- Write function that translates a text to Pig Latin
- Binary search
- Nth Prime
- Spiral Matrix
- Pascal Triangle
- Scrabble Score
- Speak out Numbers
- Hashmap Macro
- Acronym
- Wordy Math
Deep dive into Rust language features:
Projects: