Skip to content

scKonung/Grind75

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grind 75

This repository is a software engineer interview prep and algorithms training that provides solutions to 75 leetcode questions in Java, Python and C#. The original article can be found [here] (https://www.techinterviewhandbook.org/grind75?grouping=topics&order=difficulty&hours=8). The questions can be divided into 15 categories, including: Array, Stack, Linked List, String, Binary Tree, Binary Search, Graph, Dynamic Programming, Binary Search Tree, Hash Table, Binary, Heap, Trie, Recursion, and Matrix.

Problem solved 14/75

Array


Stack


Linked List


String


Binary Tree


Binary Search


Graph


Dynamic Programming


Binary Search Tree


Hash Table


Binary


Heap


Trie


Recursion


Matrix