Skip to main content

Posts

Showing posts from September, 2020

Menu project & JS 100 algo questions

 1.  I finally found out that i can design the web design easily  2. I know i need to study algorithm to get job interview and it isn't easy. Also, i saw some people who get a job without coding skills. So i found an easy series to do JS questions. I'd done one today.  https://github.com/iDeveloperBrandon/Jeju-coding-JS100-Algorithms-Challenge

Data structures and algorithms in JavaScript

Programmers for Korean readers  letcode for everyone.  https://programmers.co.kr/learn/challenges?tab=all_challenges https://leetcode.com/problemset/all/?difficulty=Easy https://www.zerocho.com/category/Algorithm/post/5b79898d337215001b3a18eb https://www.udemy.com/course/js-algorithms-and-data-structures-masterclass/learn/lecture/8344040#overview https://takeuu.tistory.com/162?category=760791 basic Recursion Queue Stack LinkedList Hash map String Graph intermediate DFS BFS DP Exhaustive search advanced Priority queue Binary search