그냥 저의 알고리즘 공부 할 때, 쉽고 빠르게 찾기 위해 정리 해놓은 글 입니다. ㅎㅎㅎ
** 아스키 코드 표 **
ASCII Table - 아스키 코드표
(아스키코드를 알면 C/C++이나 Java 등으로 문자열 함수를 다루거나 파일 함수를 다룰때 도움이 됩니다.) 컴퓨터는 0과 1 숫자 밖에 모르기 때문에 문자도 숫자로 기억합니다. 이때, 어떤 숫자와 어�
shaeod.tistory.com
** Heap 정리 글 **
hururuek-chapchap.tistory.com/116
Swift ) 프로그래머스(Lv3) - 디스크 컨트롤러 (PriorityQueue)
programmers.co.kr/learn/courses/30/lessons/42627 코딩테스트 연습 - 디스크 컨트롤러 하드디스크는 한 번에 하나의 작업만 수행할 수 있습니다. 디스크 컨트롤러를 구현하는 방법은 여러 가지가 있습니다. �
hururuek-chapchap.tistory.com
hururuek-chapchap.tistory.com/66?category=910687
Swift) LeetCode(Easy) - Kth Largest Element In A Stream(Priority Queue)
leetcode.com/problems/kth-largest-element-in-a-stream/ Kth Largest Element in a Stream - LeetCode Level up your coding skills and quickly land a job. This is the best place to expand your knowledge..
hururuek-chapchap.tistory.com
** Union_Find **
hururuek-chapchap.tistory.com/114
Swift ) LeetCode(Medium) - Friend Circles (Union-Find)
leetcode.com/problems/friend-circles/ Friend Circles - LeetCode Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next int..
hururuek-chapchap.tistory.com
** String **
- subtracting(:)
hururuek-chapchap.tistory.com/94?category=910687
Swift ) 프로그래머스(Lv2) - 튜플 (Dictionary)
programmers.co.kr/learn/courses/30/lessons/64065 코딩테스트 연습 - 튜플 "{{2},{2,1},{2,1,3},{2,1,3,4}}" [2, 1, 3, 4] "{{1,2,3},{2,1},{1,2,4,3},{2}}" [2, 1, 3, 4] "{{4,2,3},{3},{2,3,4,1},{2,3}}" [3,..
hururuek-chapchap.tistory.com
- String( | )에 대해서
hururuek-chapchap.tistory.com/79
Swift) 프로그래머스(Lv1) - [1차] 비밀지도 (String)
programmers.co.kr/learn/courses/30/lessons/17681 코딩테스트 연습 - [1차] 비밀지도 비밀지도 네오는 평소 프로도가 비상금을 숨겨놓는 장소를 알려줄 비밀지도를 손에 넣었다. 그런데 이 비밀지도는 숫자로
hururuek-chapchap.tistory.com
- string index
hururuek-chapchap.tistory.com/91?category=910687
Swift) 프로그래머스(Lv2) - 괄호 변환 (Stack & Recursion)
programmers.co.kr/learn/courses/30/lessons/60058 코딩테스트 연습 - 괄호 변환 카카오에 신입 개발자로 입사한 콘은 선배 개발자로부터 개발역량 강화를 위해 다른 개발자가 작성한 소스 코드를 분석하여 ��
hururuek-chapchap.tistory.com
- start(with:)
hururuek-chapchap.tistory.com/86?category=910687
Swift ) 프로그래머스(Lv2) - 문자열 압축 (String)
programmers.co.kr/learn/courses/30/lessons/60057 코딩테스트 연습 - 문자열 압축 데이터 처리 전문가가 되고 싶은 어피치는 문자열을 압축하는 방법에 대해 공부를 하고 있습니다. 최근에 대량의 데이터 처�
hururuek-chapchap.tistory.com
- String split(whereSeparator) & 삼항연산자
hururuek-chapchap.tistory.com/84?category=910687
Swift ) 프로그래머스(Lv1) - [1차] 다트 게임 (RegularExpression&Split)
programmers.co.kr/learn/courses/30/lessons/17682 코딩테스트 연습 - [1차] 다트 게임 programmers.co.kr 안녕하세요 후르륵짭짭 입니다. 오늘은 하루에 두개의 글을 남깁니다 ㅎㅎㅎ (언제 쯤 프로그래머스의..
hururuek-chapchap.tistory.com
** 정규표현식 **
hururuek-chapchap.tistory.com/84?category=910687
Swift ) 프로그래머스(Lv1) - [1차] 다트 게임 (RegularExpression&Split)
programmers.co.kr/learn/courses/30/lessons/17682 코딩테스트 연습 - [1차] 다트 게임 programmers.co.kr 안녕하세요 후르륵짭짭 입니다. 오늘은 하루에 두개의 글을 남깁니다 ㅎㅎㅎ (언제 쯤 프로그래머스의..
hururuek-chapchap.tistory.com
** Array **
- firstIndex(of:)
hururuek-chapchap.tistory.com/100?category=910687
Swift ) 프로그래머스(Lv2) - [1차] 캐시 (Hash)
programmers.co.kr/learn/courses/30/lessons/17680 코딩테스트 연습 - [1차] 캐시 3 [Jeju, Pangyo, Seoul, NewYork, LA, Jeju, Pangyo, Seoul, NewYork, LA] 50 3 [Jeju, Pangyo, Seoul, Jeju, Pangyo, Seoul, J..
hururuek-chapchap.tistory.com
- isSubSet(of:)
hururuek-chapchap.tistory.com/102?category=910687
Swift ) 프로그래머스(Lv2) - 후보키 (DFS&Set)
programmers.co.kr/learn/courses/30/lessons/42890 코딩테스트 연습 - 후보키 [["100","ryan","music","2"],["200","apeach","math","2"],["300","tube","computer","3"],["400","con","computer","4"],["500","m..
hururuek-chapchap.tistory.com
- reduce(into :)
hururuek-chapchap.tistory.com/105?category=910687
Swift ) 프로그래머스(Lv2) - [3차] 압축 (Hash)
programmers.co.kr/learn/courses/30/lessons/17684 코딩테스트 연습 - [3차] 압축 TOBEORNOTTOBEORTOBEORNOT [20, 15, 2, 5, 15, 18, 14, 15, 20, 27, 29, 31, 36, 30, 32, 34] programmers.co.kr 안녕하세요 후..
hururuek-chapchap.tistory.com
'ETC. > 기타' 카테고리의 다른 글
기타 ) AutoLayOut을 StoryBoard VS Code 머가 날까? (5) | 2020.12.23 |
---|---|
기타) 라즈베리파이와 IPhone 블루투스 연결 - 참고 사이트 (0) | 2020.11.11 |
기타 ) PROG - Algorithm 도와주세요 ㅠ ㅠ 1편 (0) | 2020.08.23 |
기타) 앱 개발 할 때 사용하면 좋은 사이트! (0) | 2020.07.16 |
티스토리에 구글 애드센스 달아버리기~~!!! (0) | 2020.07.11 |
댓글