일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
- 데이터베이스
- run sql script
- 클론
- jupyter
- 따옴표 삭제
- MySQL
- error 해결
- error
- Visual Studio Code
- database
- PHPStorm
- csv
- OrCAD 다운로드
- localhost
- DataGrip
- 오류
- import data
- cmd
- 에러
- php
- Python
- vscode
- github clone
- 파이썬
- 깃 토큰
- 단축키
- console창
- visualstudio code
- github token
- clone
- Today
- Total
개발 노트
백준과 깃허브 연동 본문
백준허브(BaekjoonHub)
Automatically integrate your BOJ submissions to GitHub
chrome.google.com
상단 링크에서 확장프로그램 설치 > Authenticate > 깃허브 로그인
Create a new Private Repository : 새로운 이름의 레포지토리를 생성
Link an Existing Repository : 이미 존재하는 레포지토리와 연결
Repository 생성 완료
이제 확장프로그램을 설치한 환경(엣지)에서 백준 사이트에서 문제를 풀면 깃에 자동으로 업로드가 된다!
(맞았습니다 옆에 체크표시가 초록색이면 업로드 성공, 만약 업로드가 실패했다면 빨간색이 뜬다고 한다)
내 문제풀이 깃허브 주소 : https://github.com/1010hy/Algorithm_Baekjoon
GitHub - 1010hy/Algorithm_Baekjoon: This is an auto push repository for Baekjoon Online Judge created with [BaekjoonHub](https:/
This is an auto push repository for Baekjoon Online Judge created with [BaekjoonHub](https://github.com/BaekjoonHub/BaekjoonHub). - GitHub - 1010hy/Algorithm_Baekjoon: This is an auto push reposito...
github.com
'알고리즘 공부 : 24.01.18~ > 1. 알고리즘 기초 정렬' 카테고리의 다른 글
기초 정렬들 개념 한번에 정리(선택, 버블, 삽입, 퀵 정렬) (0) | 2024.01.31 |
---|---|
백준알고리즘 ERROR : class HelloWorld is public, should be declared in a file named HelloWorld.java (0) | 2024.01.30 |
7. 기초 정렬 알고리즘 문제 풀이 (0) | 2024.01.30 |
5. 퀵 정렬(Quick Sort) 6.퀵 정렬(Quick Sort)의 구현 및 한계점 분석 (4) | 2024.01.30 |
4. 삽입 정렬(Insertion Sort) (0) | 2024.01.24 |