rust
Linked list in Rust
It is quite a hassle to learn the linked list in Rust, pure madness when you see expression like Option<Box<LinkedList>> for the first time.…
The hype for a new language is not worthy
I recently learnt the basic of rust by using an interactive version of the rust book and rustling, a super helpful tutorial repo that helps…