Skip to content

sumin-world/AeroCrab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🦀 AeroCrab

BitCrab Alumni Code Study

Language Standard


📌 소개

스터디 목적: 알고리즘 문제 풀이 능력 향상 & 코드 리뷰 습관 정착

활동 방식: 문제 풀이 → 코드 공유 → 디스코드로 상호 리뷰(코멘트/PR)


🛠️ 사용 플랫폼


💻 언어

C language (C11 표준)


📂 폴더 구조

boj/              # Baekjoon 문제 풀이
swea/             # SW Expert Academy 문제 풀이
codeforces/       # Codeforces 문제 풀이
templates/        # C 템플릿 / 유틸

템플릿 코드: templates/template.c


📝 파일 & 커밋 규칙

파일명

boj/1000_A+B.c
swea/D4_1234_암호.c
codeforces/round959_A.c

커밋 메시지

boj: 1000 A+B 풀이
swea: D4 1234 암호 풀이
cf: round959 A

🔀 브랜치 & 리뷰 규칙

개인 작업 시 새 브랜치 생성 → PR → 리뷰 → main 반영

브랜치 네이밍

feat/boj-1000
feat/swea-1234
feat/cf-round959-A

⚡ 빌드 & 실행 예시

컴파일

gcc -O2 -Wall -std=c11 -o main boj/1000_A+B.c

실행

./main < input.txt

디버그 모드

gcc -g -Wall -std=c11 -o debug boj/1000_A+B.c
gdb ./debug

👥 Participants

  • sumin-world
  • th6perp

🤝 Contributing

  1. Fork the repository
  2. Create your feature branch (git checkout -b feat/problem-name)
  3. Commit your changes (git commit -m 'boj: 1234 문제 풀이')
  4. Push to the branch (git push origin feat/problem-name)
  5. Open a Pull Request

📖 스터디 강의

김정인 고급 C언어

학습 계획

Week 1: 10월 6일(월) ~ 10월 11일(토)

  • 섹션 1. 과정소개(2개, 5분)
  • 섹션 2. Type(3개, 1시간 16분)

💬 디스코드

인프런 계정 로그인/로그아웃 꼭 남겨두기

같이 생각해보면 좋은 것들도 디스코드로 자유롭게 공유합시당


Made with 💻 by BitCrab Alumni

About

BitCrab Alumni Code Study

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages