A simple repository containing leetcode solutions and implementation of data structures and algorithims in Kotlin, C++, Python, Golang and Dart.
Made with ♥ by Jivansh Sharma ✌️ Get in touch!
Last Update: Feb 14, 2021
- Easy : 4
- Medium : 4
- Hard : 1
Implementations in the five languages :
Problem Number | Title | Difficulty | Solutions |
---|---|---|---|
0094 | Binary Tree InOrder Traversal | Medium | Python, C++, Golang, Kotlin |
0098 | Validate Binary Search Tree | Medium | Python, C++, Golang, Kotlin |
0099 | Recover Binary Search Tree | Hard | Python, C++, Golang, Kotlin |
0100 | Same Tree | Easy | Python, C++, Golang, Kotlin |
0104 | Maximum Depth of Binary Tree | Easy | Python, C++, Golang, Kotlin |
0226 | Invert Binary Tree | Easy | Python, C++, Golang, Kotlin |
0623 | Add One Row to Tree | Medium | Python, C++, Golang, Kotlin |
0662 | Maximum Width of Binary Tree | Medium | Python, C++, Golang, Kotlin |
0700 | Search in a Binary Search Tree | Easy | Python, C++, Golang, Kotlin |