Skip to content

Varad-VK/rust_programs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust Programs 🦀

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.


How to run

  1. Clone the repo:
    git clone https://github.com/<your-username>/<repo-name>.git
    
  2. Go inside directory of program:
    git clone https://github.com/<your-username>/<repo-name>.git
    
  3. Run:
    cargo run

About

programs practice in rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages