Skip to content

My Rust code for LeetCode feel free to compare this to your solution but please try not to copy my solutions better to understand than to copy.

License

Notifications You must be signed in to change notification settings

zulrah93/LeetCode-Problems-In-Rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LeetCode Problems Done In Rust

All LeetCode problems are done in Rust. They should compile on LeetCode unless they change the edition and even then most of these shouldn't be affected by a Rust edition change. Each source file is named starting with the LeetCode problem number and its title description separated by dots. Some maybe incomplete due to me not completing it or figuring it out and a comment will be added stating work in progress. After all Rust is not an easy language in my opinion for solving competitive programming problems but nonetheless like any general purpose or turing complete language its possible. Just pray for no linked list problems 😁

Scripts For Formatting

They are two scripts one in powershell in case of a Windows or Linux system that has powershell core. Or bash script that does functionally the same thing but for Linux and Unix like systems. Like always make sure to read the script before executing some random script off the internet. Seriously it may not be malicious but there maybe bugs. Never run something without understanding the risks.

If you like to take a look at my LeetCode profile you may find it here

Notes On Compiling

The source files containing each leetcode solution cannot be run standalone and must be pasted in Leetcode or in the main.rs which is considered the scratch space.

About

My Rust code for LeetCode feel free to compare this to your solution but please try not to copy my solutions better to understand than to copy.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages