Skip to content

zs-dima/rust_lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust practice

A collection of Rust exercises and practice code samples for learning Rust programming concepts.

  • Guessing Game: A simple game that asks the user to guess a number
  • Fibonacci: Implementations of the Fibonacci sequence calculation
  • Factorial: Function to calculate factorial of a number
  • Palindrome: Algorithm to check if a string is a palindrome
  • Struct Examples: Working with Rust's struct and enum types
  • Collections: Examples using Rust's collection types (vectors, hashmaps)
  • LeetCode Solutions:
    1. Reverse Integer: Reverse the digits of an integer
    2. Merge Intervals: Merge overlapping intervals in a list
    3. Multiply Strings: Multiply two numbers represented as strings

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages