Skip to content

gpfvm/DSA_Study

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Structures Practice (HongLab Course)

This repository contains my daily hands-on exercises based on the Data Structures course by HongLab. The course is available here, and provides clear explanations and practical examples for understanding the fundamental data structures used in computer science.

📘 Course Overview

The course covers the following topics:

  • Arrays and Linked Lists
  • Stacks and Queues
  • Trees (Binary Trees, BST)
  • Graphs (Adjacency list/matrix, DFS/BFS)
  • Hash Tables
  • Heaps
  • Sorting Algorithms
  • Recursion and Backtracking

Each topic is accompanied by C++ examples and practical coding challenges.

🛠️ What You'll Find Here

In this repository, I document my daily progress by implementing and experimenting with the data structures discussed in the course. Each folder corresponds to a topic from the course and includes:

  • Clean and commented C++ code
  • My own notes and variations
  • Additional test cases or improvements (when applicable)

✅ I try to commit daily as I go through the lessons. This is an ongoing learning project.

🔧 Tools & Environment

  • Language: C++
  • IDE: Xcode (macOS)
  • Compiler: Apple Clang

📌 Goals

  • Solidify understanding of core data structures
  • Improve C++ proficiency
  • Prepare for technical interviews

Certification

https://www.honglab.ai/certificates/hhmfru2tny

💬 Credits

Course created by Jungmo Hong (홍정모) at HongLab. All original material belongs to the course author.


Feel free to fork, star, or follow along!

About

Data Structures Practice (HongLab Course)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages