Skip to content

gopinathmb/microsoft-leetcode-challenges

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Microsoft LeetCode Challenges

This repository consists of Leetcode questions and answers specifically asked in Microsoft sorted based on frequency.

Feel free to Bookmark it.

How To Search

you can search just by

  • Leetcode question/challenge number Example : "701"
  • Any Keyword in the problem statement Example : "Insert", "BinarySearch" etc but it may result multiple solutions

File Naming Conventions used

Ex: Below is the question
701. Insert into a Binary Search Tree. https://leetcode.com/problems/insert-into-a-binary-search-tree/

**My File name will be as below **

InsertIntoABinarySearchTree_701.java

LeetCode Topic-wise

This Repository Lists all the LeetCode Problems based on DS Topic and difficulty level.

Microsoft Challenges

S.No LeetCode Challenge Java Solution Difficulty Learnings/Tips
1 1448. Count Good Nodes in Binary Tree Solution Medium We can use either of BFS or DFS
2
4
200 [LC Question](LC Question Link) [Solution](Solution Link) Difficulty Level Any learnings/patterns/useful links

About

This repository consists of Leetcode questions and answers specifically asked in Microsoft

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages