Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 314 Bytes

TODO.md

File metadata and controls

14 lines (11 loc) · 314 Bytes

TODO :

  • Learn basic documentation
  • Learn to work with virtual environment
  • Learn to use static typing in python (mypy)
  • Implement a basic library
  • Add documentation

Coding Part :

  • add the following things to algo part:
    • isPowerof2()
    • isSquare()
    • isPalindrome()