Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 713 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 713 Bytes

Problem-Solving Practices

The repository includes solutions for problem-solving questions from

About the solutions

  • The solutions are not optimized solution.
  • The solutions are includes some of testcase, but not cover entire cases.
  • The solitions have own README.md file about description about the problems.
  • The solutions are tested with Visual C++ in Windows envirnment.
  • The solutions are tested with GCC in WSL in Windows envirnment.

Future Plan

  • C++ solution for CRACKING THE CODING INTERVIEW 6/E will be added.
  • C++ testcase will be added.
  • C/JAVA/PYTHON version solutions will be added