Skip to content

v2.1.1

Compare
Choose a tag to compare
@sabertazimi sabertazimi released this 25 Aug 10:01
· 601 commits to main since this release

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

πŸŽ‰ 2.1.1 (2021-08-25)

✨ Tree

  • leetcode-0101: symmetric tree (077602b)
  • leetcode-0102: binary tree level order traversal (525e114)
  • leetcode-0103: binary tree zigzag level order traversal (f2ecc8a)
  • leetcode-0104: maximum depth of binary tree (277d1c1)
  • leetcode-0105: construct binary tree from preorder and inorder (8c4160d)
  • leetcode-0106: construct tree from inorder and postorder traversal (c155603)
  • leetcode-0107: binary tree bottom level order traversal (9a77237)

πŸ› Bug Fixes

  • leetcode-Tree: rectify tree nodes array type (8662ede)

πŸ”§ Testing

  • leetcode-List/Tree: add more testing (37bb2ea)
  • leetcode-List: add List testing (e70937b)
  • leetcode-Tree: add Tree testing (1c8748e)