Skip to content

idebtor/nowic

Repository files navigation

그런즉 너희가 먹든지 마시든지 무엇을 하든지 다 하나님의 영광을 위하여 하라 (고전10:31)


NOTE: The following materials have been compiled and adapted from the numerous sources including my own. Please help me to keep this tutorial up-to-date by reporting any issues or questions. Send any comments or criticisms to [email protected] Your assistances and comments will be appreciated. Lecture notes by [email protected]


한동대 전산전자 공학부 Data Structures(DS, 자료 구조) 강의에 오신 여러분을 주님의 이름으로 환영합니다. 본 강의는 DS뿐만 아니라 C++ 강의도 포함이 되어 있습니다. 다만, 수강자들이 기본적인 C 프로그래밍은 할 수 있다는 것을 가정합니다. 그래서, 저는 이 강의를 C++ for C Coders & Data Structures 라고 부르게 되었습니다.

이것은 DS를 수강하는 학생들을 위한 개방형 개발 플랫폼입니다. 이 GitHub를 통해서 강의자료와 더불어 수강생들이 감당해야 할 PSETS(Problem Sets)에 공개되지만, 수강생 여러분에게는 update할 권한은 주어지지 아니합니다. 그러므로, 여러분 각자가 자신의 컴퓨터에 Clone을 한 후, 여러분 자신의 local repository로 복사하여 여러분 자신의 작업을 해야 합니다. 이 repository의 내용은 언제든지 update되기 때문입니다. Clone한 repository에서 작업을 하지 말길 당부합니다. 또한, 여기에 올리는 내용 중에 수정해야 할 것이나 추가할 것이나 혹은 더 좋은 생각이 있으면 제게 알려주면 도움이 되어 주길 부탁합니다.

여러분을 이 과목으로 만나고, 또한 섬길 수 있어서 감사합니다.
주 안에서(빚진자)<><
전산전자공학부 김영섭 교수
[email protected]

Three ways to view markdown(.md) files

GitHub

  1. View them always in github website automatically and better.
  2. GitHub does not support LaTex yet. You may not see the well-formatted math equations.

Web browser

  1. Install Markdown Preview Plus extension in your browser(Chrome, Edge).
  2. Go to extensions, 도구 더보기 혹은 확장 in the browser's setting
  3. Locate Markdown Preview Plus and click on the DETAILS 세부정보
  4. Check the option Allow access to file URLs, 파일 URL에 대한 액세스 허용
  5. Drag and drop ~.md file in your brower.
  6. For LaTex, check the math option in Markdown Preview Plus icon in your brower top menubar'.
  7. Enjoy nicely formatted HTML!

Visual Studio Code

  1. Install Markdown All in One & Auto-Open Preview extensions in your Code.
  2. Enjoy nicely formatted HTML!

Refer to my tutorial: https://youtu.be/sS1viPcXDIo


One thing I know, I was blind but now I see. John 9:25

About

Data Structures(ECE200100/ITP20001) Lecture Notes By [email protected]

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages