/multilingual_leetcode

A non exhaustive collection of popular data structures, algorithms and leetcode solutions in Kotlin, Dart, Go, C++ & Python. New solutions and implementations added daily

Primary LanguageC++

Multilingual LeetCode + DSA

A simple repository containing leetcode solutions and implementation of data structures and algorithims in Kotlin, C++, Python, Golang and Dart.

Data Structures

Algorithms

Made with ♥ by Jivansh Sharma ✌️ Get in touch!

Last Update: Feb 14, 2021

  • Easy : 4
  • Medium : 4
  • Hard : 1

Trees

Video Walkthrough

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