Saturday, September 22, 2018

Leetcode easy level algorithms

Sept. 22, 2018

Introduction


I like to get a list of easy level algorithms to work on first.

Easy level algorithms


Here is the list of easy level algorithms for me to work on.

easy

11-bit manipulation
10 - design 
8 - linked list
7 - stack 
3 - sort
3 - greedy
2 - backtracking 
1 - heap 

The link to get Leetcode easy level bit manipulation is here. And then click difficulty to sort by easy level to hard level order. 

There are 45 easy level algorithms for me to practice first. I should be able to easily solve another 45 algorithms in short future. 


No comments:

Post a Comment