qminlee723 / Algorithm

A list of solved algorithm problems from BOJ / Programmers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Algorithm

A list of solved algorithm problems from BOJ / Programmers / LeetCode. Most of problems will be solved in Javascript and Python
제가 백준/프로그래머스/LeetCode에서 푼 알고리즘 문제를 모았습니다. 대부분의 문제는 Javascript , Python으로 풉니다

FileTree

Algorithm
└─ assets
└─ javascript
│	├─ BOJ
│	├─ LeetCode
│	│   └─ Algorithm I
│	└─ Programmers
│		    └─ Level 0
└─ python
│	├─ BOJ
│	|   └─ 🥈SILVER
│	└─ Programmers
└─ README.md

Commit Convention

[yymmdd][Level #] title, extra explanation
[yymmdd][Level #] problem#. title, extra explanation
[yymmdd][Binary Search] problem#. title, extra explanation
  • A commit per a solved problem
  • 한 문제 당 커밋 하나

Comments

Check out my tech blog for comments on these algorithm problems

(⚠️ blog posts provided exclusively in Korean. If you're not Korean/Korean speaker, sorry, there' no way you'll understand a word there. BUT you are still welcome to come visit. Get overwhelmed by my passion for learning algorithm with the numbers of blog postings (sarcasm intended😏). )


👾 Baekjoon Online Judge

Baekjoon Online Judge

BOJ(BaekJoon Online Judge) is a Korean based Online Judge that offers various kinds of algorithm problems for programmers.

Level of Difficulty
  • [Bronze]: For beginners

  • [Silver]: For intermediate learners.

  • [Gold]: For advanced learners.

  • [Platinum]: For advanced learners whose targets are top-tier companies.

🎮 Programmers

프로그래머스

Programmers is also a Korean based Online Judge that provides a list of challenges.

Level of Difficulty
  • [Level 0]: For noobs
  • [Level 1]: For beginners
  • [Level 2]: For intermediate learners
  • [Level 3]: For advanced learners.
  • [Level 4]: For advanced learners whose targets are top-tier companies.

🚀 LeetCode

leetcode

LeetCode is the best platform to help you enhance your skills, expand your knowledge and prepare for technical interviews.

Level of Difficulty
  • Algorithm I
  • Algorithm II
  • Algorithm III

About

A list of solved algorithm problems from BOJ / Programmers


Languages

Language:JavaScript 98.9%Language:Python 1.1%