생각날 때마다 도움되는 사이트 링크를 게시합니다.
Static사용의 장점과 단점
https://velog.io/@gudonghee2000/static-vs-%EC%8B%B1%EA%B8%80%ED%86%A4-%ED%8C%A8%ED%84%B4
기술면접 모음집 java와 c++의 차이점
https://theheydaze.tistory.com/598
객체지향을 아는척하지 말자 : 오해하고 있었던 객체지향의 정체
https://velog.io/@msung99/%EA%B0%9D%EC%B2%B4%EC%A7%80%ED%96%A5%EC%9D%84-%EC%95%84%EB%8A%94%EC%B2%99%ED%95%98%EC%A7%80-%EB%A7%90%EC%9E%90-%EC%9A%B0%EB%A6%AC%EA%B0%80-%EC%98%A4%ED%95%B4%ED%95%98%EA%B3%A0-%EC%9E%88%EC%97%88%EB%8D%98-%EA%B0%9D%EC%B2%B4%EC%A7%80%ED%96%A5%EC%97%90-%EB%8C%80%ED%95%B4
https://coding-factory.tistory.com/642
자바로 백준 풀 때 주의점
https://nahwasa.com/172
Scanner 대신 Bufferedreader 사용
https://rlakuku-program.tistory.com/33
[Git] 깃허브에 로컬 폴더 연결하기(clone)
https://velog.io/@may-verde/%EA%B9%83%ED%97%88%EB%B8%8C%EC%97%90-%EB%A1%9C%EC%BB%AC-%ED%8F%B4%EB%8D%94-%EC%97%B0%EA%B2%B0%ED%95%98%EA%B8%B0clone
Git push가 안되는 경우 (fatal: refusing to merge unrelated histories)
https://gdtbgl93.tistory.com/63
-[총정리] 깃허브(Github) 파일 업로드, 파일 올리기 (git bash)
https://shortcuts.tistory.com/m/8
깃 튜토리얼(단계별 예제)
https://wikidocs.net/17165
대학생에게 알려주는 깃 설명
https://velog.io/@eddy_song/git-3levels-2
👶🏻 신입 개발자 전공 지식 & 기술 면접 백과사전 📖
https://gyoogle.dev/blog/
[CS 지식] 내가 공부하려고 만든 신입 개발자 면접 지식 모음집
https://cocoon1787.tistory.com/668
[Algorithm] 선택 정렬(Selection Sort)
[Algorithm] 버블 정렬(Bubble Sort)
[Algorithm] 삽입 정렬(Insertion Sort)
[Algorithm] 퀵 정렬(Quick Sort)
[Algorithm] 병합 정렬(Merge Sort)
[Algorithm] 힙 정렬(Heap Sort)
[Algorithm] 계수 정렬(Counting Sort)
[Algorithm] 스택(Stack) & 큐(Queue)
[Algorithm] BFS(너비 우선 탐색)
[Algorithm] DFS(깊이 우선 탐색)
[Algorithm] Union-Found(합집합 찾기)
[Algorithm] Kruskal Algorithm(크루스칼 알고리즘)
[Algorithm] 이진트리의 구현과 순회 알고리즘
[Algorithm] 다이나믹 프로그래밍(Dynamic Programming)
[Algorithm] 에라토스테네스의 체
[Algorithm] 다익스트라 알고리즘(Dijkstra Algorithm)
[Algorithm] 플로이드 와샬 알고리즘(Floyd Warshall)
[Algorithm] 위상 정렬(Topology Sort)
[Algorithm] 강한 결합 요소(Strongly Connected Component)
[Algorithm] 네트워크 플로우(Network Flow)
[Algorithm] 이분 매칭(Bipartite Matching)
[Algorithm] 문자열 매칭 알고리즘
[Algorithm] 라빈 카프(Rabin-Karp) 알고리즘
[Algorithm] 그리디(Greedy) 알고리즘