JPMoresmau / rust-interview

Sample interview problems solved in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Interview problems in Rust

Some low level algorithmic work in Rust, answering to common interview questions!

  • array.rs some problems about integer arrays, like sorting, removing duplicates, etc.
  • btree.rs implementation of a binary search tree
  • cals.rs arithmetic calculator parser and evaluator
  • deranged.rs deranged anagrams
  • file.rs file operations
  • llist.rs implementation of a linked list
  • math.rs mathematic functions
  • string.rs string functions

Now, I'm also using this repository to store some of my submissions to Rosetta Code as well.

About

Sample interview problems solved in Rust


Languages

Language:Rust 100.0%