Skip to content

CS-studi/Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

👊Algorithm

🥅Goal

재밌게, 질리지 않게, 필요한 만큼, 꾸준히

위 4가지 키워드를 가지고 1년 안에 목표하는 바를 성취하여 algorithm 스터디 해체

✋the way we Do

  • 각 파트별 매주 3문제씩 풀고 각자의 풀이 공유
  • 플랫폼은 LeetCode를 활용
  • 난이도는 일반 기업 코테 수준을 갖추기 위해 easy-medium으로 시작해 hard까지 도전
  • 주석 필수
  • Language는 Java, Javascript Swift로 진행할 예정

🧬Leetcode Content

파트 문제
Hash Table 1. Linked List Cycle
2. Intersection of Two Linked Lists
3. Integer to Roman
Stack 225. Implement Stack using Queues
144. Binary Tree Preorder Traversal
234. Palindrome Linked List
Queue 622. Design Circular Queue
387. First Unique Character in a String
1425. Constrained Subsequence Sum
Heap 215. Kth Largest Element in an Array
506. Relative Ranks
658. Find K Closest Elements
String 43. Multiply Strings
58. Length of Last Word
49. Group Anagrams
Backtracking 131. Palindrome Partitioning
216. Combination Sum III
401. Binary Watch
DFS 101. Symmetric Tree
207. Course Schedule
235. Lowest Common Ancestor of a Binary Search Tree

🧬BOJ Content

주차 링크
1주차 백준 1주차