Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 2.98 KB

README.md

File metadata and controls

41 lines (29 loc) · 2.98 KB

MCNL-Study

📌 기본 적인 자료 구조에 대한 이해를 넘어 자료 구조 심화 단계를 배워 가는 스터디📘 입니다.



✏️ What I Studied


1) Advanced data structures

  • Find-union
  • Red_black tree
  • Segment tree
  • Trie

2) System programming

  • mallc ( Explicit allocator , inplicit allocator )

3) Network programming

  • Basic socket programming

4) Algorithm

  • 백준 문제


😎 What I Implemented


  • Trie 기반 자동 완성 검색 엔진  

  • Red Black 기반 Map STL  

  • Explicit allocator , inplicit allocator ( Malloc )  

  • bayesian spam filter  

  • Simple network search engine