Skip to content

ZYONGE/PythonProblemSolvingLog

Repository files navigation

Python Badge

PythonProblemSolvingLog

This repository is log of algorithm problems that challenged me. All solutions are written in Python, with comments and notes about mistakes, and alternative approaches. All problems are from 'Baekjoon Online Judge(BOJ)'.

Tech Stack

  • Python 3.11

Feature

  • Solutions to challenging algorithm problems from Baekjoon Online Judge (BOJ). code explaining logic and approach.
  • Notes on mistakes for review.
  • Organized file naming by problem number and title.

How to Compile and Run

python 0000_Name.py

Project Structure

Project/
├── .gitignore
├── README.md
├── 0000_Name.py
├── 0001_Name.py
└── ...

License

MIT License

Author

Name: Jiyong Kim (ZYONGE)
Profile: https://github.com/ZYONGE

Motivation: To document and review challenging algorithm problems I have solved.

About

Log of Solutions of Algorithm Problems Written in Python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages