⏱ 0:02est. 4 min
Atlassian
// https://leetcode.com/discuss/interview-question/4337173/atlassian-online-assessment-questions-2022-23
/**
Targetted Areas :
- Tree Traversal
- String
- Array - HaspMap - Heap
Trees
=====
- [Find Leaves Of Binary Tree](https://leetcode.com/problems/find-leaves-of-binary-tree)
- [Validate Binary Search Tree](https://leetcode.com/problems/validate-binary-search-tree)
- [Leaf Similar Trees](https://leetcode.com/problems/leaf-similar-trees)
- [Binary Search Tree Iterator](https://leetcode.com/problems/binary-search-tree-iterator)
- [Lowest Common Ancestor Of A Binary Tree](https://leetcode.com/problems/lowest-common-ancestor-of-a-binary-tree)
- [Binary Tree Level Order Traversal](https://leetcode.com/problems/binary-tree-level-order-traversal)
Strings
=======
- [Greatest Common Divisor Of Strings](https://leetcode.com/problems/greatest-common-divisor-of-strings)
- [Generate Parentheses](https://leetcode.com/problems/generate-parentheses)
- [Permutations](https://leetcode.com/problems/permutations)
- [Longest Substring Without Repeating Characters](https://leetcode.com/problems/longest-substring-without-repeating-characters)
- [Longest Increasing Subsequence](https://leetcode.com/problems/longest-increasing-subsequence)
- [Letter Combinations Of A Phone Number](https://leetcode.com/problems/letter-combinations-of-a-phone-number)
Array, Maps
===========
- [Dice Roll Simulation](https://leetcode.com/problems/dice-roll-simulation)
- [Design Hit Counter](https://leetcode.com/problems/design-hit-counter)
- [Time Based Key Value Store](https://leetcode.com/problems/time-based-key-value-store)
- [Rank Teams By Votes](https://leetcode.com/problems/rank-teams-by-votes)
- [Logger Rate Limiter](https://leetcode.com/problems/logger-rate-limiter)
- [Evaluate Reverse Polish Notation](https://leetcode.com/problems/evaluate-reverse-polish-notation)
- [Peeking Iterator](https://leetcode.com/problems/peeking-iterator)
- [Next Permutation](https://leetcode.com/problems/next-permutation)
- [Single Element In A Sorted Array](https://leetcode.com/problems/single-element-in-a-sorted-array)
- [Design Hashmap](https://leetcode.com/problems/design-hashmap)
*/