This repository is a collection of Rust programs.
Repo cosist of:
-
find_most_occurance_char_word
A program to find the most frequently occurring character and word in a given string. -
find_n_occurance
Finds the nth occurrence of a character in a string. -
string_operations
A bunch of string manipulation utilities and experiments. -
Sorting Algorithms
Bubble sort, Selection Sort.
- Clone the repo:
git clone https://github.com/<your-username>/<repo-name>.git
- Go inside directory of program:
git clone https://github.com/<your-username>/<repo-name>.git
- Run:
cargo run