Skip to content

songowen/CS-study

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 

Repository files navigation

Basic Knowledge of Computer Science

Since 2024.10.01

coding

Table of Contents

About

이 레포지토리는 컴퓨터 공학 기초를 공부하기 위한 스터디 자료를 정리한 공간입니다. 각 디렉터리별로 알고리즘, 자료구조, 네트워크, 운영체제, 데이터베이스 등의 학습 자료를 포함하고 있습니다.

Repository Rule

  • 주제별 정리 : 이론정리, 구현, 자료업로드, 질의응답
  • Commit convention rule : [대주제] 소주제 분류(이론정리/구현/...) ex) [DataStructure] Stack 자료정리
  • Branch naming convention : 대주제/닉네임 ex) DataStructure/Nickname

Collaborator

Reference

Computer Structure (컴퓨터구조)

  • 컴퓨터가 이해하는 정보
  • CPU
  • 메모리
  • 보조 기억장치와 입출력 장치

🔝 목차로 돌아가기

Operating System (운영체제)

Data Structure (자료구조)

기본 자료 구조

  • Array
  • Linked List
  • Stack
  • Queue
  • Hash Table
  • Tree
  • Binary Tree
  • Graph

🔝 목차로 돌아가기

Network (네트워크)

  • 물리 계층/ 데이터 링크 계층
  • 네트워크 계층 - IP
  • 전송 계층 - TCP/UDP
  • 응용 계층 - HTTP
  • 프록시와 안정적인 트래픽

🔝 목차로 돌아가기

Database (데이터베이스)

  • RDBMS
  • SQL
  • 효율적 쿼리
  • 데이터베이스 설계
  • NoSQL

🔝 목차로 돌아가기

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors 5