분류 전체보기 316

[VS Code] 웹 페이지에서 다운로드 받은 extension VS Code에 적용하기

VS Code 애플리케이션 내 extension이 제대로 동작하지 않는다. 프록시 문제인지 뭔지 extension을 제대로 받아오지 못해서 방법을 찾다가 유용한거 같아 쓴다. https://www.alphr.com/vs-code-how-to-install-extensions/ VS Code How to Install Extensions Visual Studio Code is a sophisticated piece of software that most people use to start their programming journey. Its robust features, cross-compatibility, the range of programming languages make it one of the ..

기타 2021.06.09

[Reference Code] Stack 풀어보기

https://swexpertacademy.com/main/code/referenceCode/referenceCodeDetail.do?referenceId=AVuoqWnqAADw5fUK&category=DataStructure SW Expert Academy SW 프로그래밍 역량 강화에 도움이 되는 다양한 학습 컨텐츠를 확인하세요! swexpertacademy.com C언어 답안 #include int main(void) { int stack[100] = { 0, }; int tc_cnt, data_size; scanf("%d", &tc_cnt); for (int i=0; i= 0; ds--) { printf("%d ", stack[ds]); } printf("\n"); } } 결과

Algorithm/SWEA 2021.06.08

[SWEA] Advanced 등급 / A형 알고리즘 유형과 강의, 문제

알고리즘 BFS (너비 우선 탐색 알고리즘) https://gmlwjd9405.github.io/2018/08/15/algorithm-bfs.html [알고리즘] 너비 우선 탐색(BFS)이란 - Heee's Development Blog Step by step goes a long way. gmlwjd9405.github.io DFS (깊이 우선 탐색 알고리즘) https://gmlwjd9405.github.io/2018/08/14/algorithm-dfs.html [알고리즘] 깊이 우선 탐색(DFS)이란 - Heee's Development Blog Step by step goes a long way. gmlwjd9405.github.io 백트래킹 https://chanhuiseok.github.io/..

Algorithm/SWEA 2021.06.08

Synergy 무료 버전 설치 실패 ㅜ 대신에 Barrier 설치

https://symless.com/synergy Synergy - Share one mouse & keyboard across computers | Keyboard mouse monitor switch Synergy software shares one mouse & one keyboard between multiple computers & monitors. Easy download, install & configuration. A Symless product. symless.com Synergy 무료 버전을 설치하려고 했더니 더이상 공급하지 않는다고 한다,. 구매 후 30일안까지 환불 정책만 있는듯 ,.,까비,. 그래서 찾은 대안이 barrier https://github.com/debauchee/ba..

기타 2021.06.07
반응형