Skip to content

danielleit241/code-practices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 

Repository files navigation

Code Practices

📊 Tiến độ

LeetCode Stats

📁 Cấu trúc thư mục

  • leet-code/ - Các bài tập từ LeetCode
    • Bài tập theo chủ đề: Array, String, Dynamic Programming, Tree, Graph, v.v.
    • Các bài tập được sắp xếp theo độ khó: Easy, Medium, Hard

🎯 Mục đích

  • Luyện tập và cải thiện kỹ năng lập trình
  • Nắm vững các thuật toán và cấu trúc dữ liệu
  • Chuẩn bị cho các kỳ phỏng vấn kỹ thuật
  • Tham khảo và ôn tập các bài tập đã làm

🚀 Bắt đầu

Mỗi bài tập sẽ bao gồm:

  • Đề bài và mô tả vấn đề
  • Code giải quyết
  • Phân tích độ phức tạp thời gian và không gian
  • Ghi chú và giải thích thuật toán

📝 Quy ước đặt tên

<platform>/<category>/<problem-name>/
    ├── solution.md      # Đề bài và giải thích
    └── solution.py      # Code giải quyết

📚 Tài nguyên tham khảo

About

This repository contains programming exercises and algorithm practice.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published