← Back to index
UnknownC++, Python, TypeScript1 min read

0144 Binary Tree Preorder Traversal

quick reference for 0144 binary tree preorder traversal. more notes soon.

c++pythontypescript

Solutions in this repo

  • C++1-easy/problems/0144-binary-tree-preorder-traversal/solution.cppsolution.cpp
  • Python1-easy/problems/0144-binary-tree-preorder-traversal/solution.pysolution.py
  • TypeScript1-easy/problems/0144-binary-tree-preorder-traversal/solution.tssolution.ts

auto-generated entry for 0144 Binary Tree Preorder Traversal. more detailed notes will be added soon. the solutions below link to files in this repository.

languages covered: C++, Python, TypeScript.

solution files

  • C++ 1-easy/problems/0144-binary-tree-preorder-traversal/solution.cpp
  • Python 1-easy/problems/0144-binary-tree-preorder-traversal/solution.py
  • TypeScript 1-easy/problems/0144-binary-tree-preorder-traversal/solution.ts