-
Notifications
You must be signed in to change notification settings - Fork 1
Home
HyungJune edited this page Jul 13, 2021
·
5 revisions
Welcome to the AlgorithmSelfStudy wiki!
- 일주일에 두 개씩 각자 알고리즘을 풀어서 공유하자
- Algorithm / Frontend
- 매주 두개 진행
- Frontend는 만들어 보자 보다는 같이 공부하자를 목표로 하는게 좋을 것 같다.
- 각자 공부하는 걸 공유하는걸로.
- 동규 → 인사이드 JavaScript
- 하람 → 웹 프로그래밍을 위한한 JavaScript 기본 편
- 형준 → 미정 (중점적으로는 Algorithm)
- 진행 방식은 개별적으로.
- 1:3 비율로 Frontend / Algorithm 진행.
- 1:3 비율로 Algorithm / Frontend 진행.
- 2:2 비율로 Algorithm / Frontend 진행. → Frontend는 wiki 정리까지 고려
- GitHub을 이용해서 알고리즘 정리 내용을 넣자.
- GitHub의 MarkDown 사용
- LeetCode를 중심으로 시작! (책, 유투브의 내용들도 가능)
- 매 미팅 시 중복되지 않게 알고리즘을 각자 선택.
- 난이도는 무관
- 매주 월요일 진행
- APSS (Algorithmic Problem Solving Strategies)
- 프로그래밍 대회에서 배우는 알고리즘 문제해결 전략이라는 책으로 부터 참고한 자료
- Roman to Integer
- Integer to Roman
- Two Sum
- Palindrome Number
- ComposeRanges
- Regular Expression Matching
- Vaild Parentheses
- atoi
- Merge Two Sorted Lists
- Add Two Numbers
- Picnic
- ZigZag Conversion
- Longest Substring Without Repeating Charaters
- Container-with-most-water
- Longest-Common-Prefix
- Data Structure: Binary Search Tree
- Maximum Subarray-divide and conquer로
- Climbing Stairs
- Symmetric Tree
- 3Sum
- Best Time to Buy and Sell Stock
- Maximum Depth of Binary Tree
- Binary Tree Maximum Path Sum
- Check If a String Is a Valid Sequence from Root to Leaves Path in a Binary Tree
- Remove Nth Node From End of List
- Single Number
- Number of Good Pairs
- Running Sum of 1d Array
- Number Of Islands
- Group the People Given the Group Size They Belong To
- Invert Binary Tree
- Reverse Linked List
- LRU Cache
- Merge Two Binary Trees
- Counting Bits
- Binary Search Tree to Greater Sum Tree
- 2 Keys Keyboard
- Validate IP Address
- Product of Array Except Self
- Excel Sheet Column Number
- 3Sum Closet
- Queue Reconstruction by Height
- Majority Element
- Max Increase to Keep City Skyline
- Total Hamming Distance
- Permutations
- Move Zeroes
- Print Immutable Linked List in Reverse
- Dot Product of Two Sparse Vectors
- Shuffle the Array
- Deepest Leaves Sum
- Letter Combinations of a Phone Number
- Count of Smaller Numbers After Self
- Binary Tree Inorder Traversal
- Isomorphic Strings
- Group Anagrams
- Convert Sorted Array to Binary Search Tree
- Linked List Cycle
- Generate Parentheses
- 4Sum
- Unique Paths
- Diameter of Binary Tree