/neetcode

Solutions to neetcode.io problems

Primary LanguageRust

neetcode.io solutions

Given that I am currently looking for a programming job, it seems more than fit to start doing Leetcode interview problems. Neetcode is a great resource for that.

This repo has the following structure:

src
├── macros.rs
├── main.rs
└── problems
    ├── eval_rpn.rs
    ├── generic_solution.rs
    ├── group_anagrams.rs
    ├── is_palindrome.rs
    ├── is_valid.rs
    ├── is_valid_sudoku.rs
    ├── longest_consecutive.rs
    ├── max_area.rs
    ├── min_stack.rs
    ├── mod.rs
    ├── product_except_self.rs
    ├── three_sum.rs
    ├── top_k_frequent.rs
    ├── trap.rs
    └── two_sum_ii.rs