{"id":19233516,"url":"https://github.com/hoangtien2k3/data-structure-and-algorithm","last_synced_at":"2026-03-15T07:04:50.498Z","repository":{"id":65822800,"uuid":"589511296","full_name":"hoangtien2k3/Data-Structure-And-Algorithm","owner":"hoangtien2k3","description":"Data Structure and Algorithms such as Array, Pointer, Structure, Linked List, Stack, Queue, Graph, Searching, Sorting, Programs, etc.","archived":false,"fork":false,"pushed_at":"2024-02-21T03:12:29.000Z","size":3858,"stargazers_count":4,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-01T09:46:48.812Z","etag":null,"topics":["algorithm","algorithms","data-structures","java","sorting-algorithms"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hoangtien2k3.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-01-16T09:44:53.000Z","updated_at":"2023-10-05T04:41:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"d3cd4c53-1828-423e-bc2a-0e0ce67bdf3f","html_url":"https://github.com/hoangtien2k3/Data-Structure-And-Algorithm","commit_stats":null,"previous_names":["hoangtien2k3/data-structure-and-algorithm"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hoangtien2k3%2FData-Structure-And-Algorithm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hoangtien2k3%2FData-Structure-And-Algorithm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hoangtien2k3%2FData-Structure-And-Algorithm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hoangtien2k3%2FData-Structure-And-Algorithm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hoangtien2k3","download_url":"https://codeload.github.com/hoangtien2k3/Data-Structure-And-Algorithm/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249996231,"owners_count":21358094,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["algorithm","algorithms","data-structures","java","sorting-algorithms"],"created_at":"2024-11-09T16:10:48.854Z","updated_at":"2026-03-15T07:04:45.449Z","avatar_url":"https://github.com/hoangtien2k3.png","language":"C++","readme":"## Algorithms\n\nAn algorithm is a set of instructions that are used to accomplish a task, such as finding the largest number in a list, removing all the red cards from a deck of playing cards, sorting a collection of names, or figuring out an average movie rating from just your friends' opinions.\n\nAlgorithms are not limited to computers. They are like a set of step-by-step instructions or an even a recipe, containing things you need, steps to do, the order to do them, conditions to look for, and expected results.\n\n## Languages\n- C\n- C++\n- Java\n\n## Support\n\nCheck [Contribution](/CONTRIBUTING.md) Guide Before Contribution.\n\n## Contributing\n\nBefore submitting a bug, please do the following:\nCheck [Contribution](/CONTRIBUTING.md) Guide Before Contribution.\n\n- Create separate issues for Python and C++.\n- You can only work on issues that you have been assigned to.\n- Use Flake8 locally for linting Python Code. `pip install flake8`.\n  (We have linting checks so if your code fails it we will not merge the PR.)\n\n## Search\n![image1](https://github.com/hoangtien2k3qx1/Data-Structure-And-Algorithm/assets/122768076/3a4d01e0-7063-40dd-a905-2d936f6d8205)\n\n![image2](https://github.com/hoangtien2k3qx1/Data-Structure-And-Algorithm/assets/122768076/c278b651-f7e3-465b-971e-a9def0e3341f)\n\n\n```text\n## Cấu trúc dữ liệu và giải thuật\n  - Mở đầu\n  - Cấu trúc dữ liệu là gì ?\n  - Cài đặt môi trường trong Cấu trúc dữ liệu\n\n## Một số khái niệm về Giải thuật\n  - Giải thuật là gì ?\n  - Phân tích tiệm cận trong Cấu trúc dữ liệu và Giải thuật\n  - Giải thuật tham lam (Greedy Algorithm)\n  - Giải thuật chia để trị (divide and conquer)\n  - Giải thuật qui hoạch động (Dynamic Programming)\n  - Giải thuật định lý thợ - Master Theorem\n  \n## Cấu trúc dữ liệu mảng (Array)\n  - Cấu trúc dữ liệu mảng\n  \n## Danh sách liên kết - Linked Lists\n  - Cấu trúc dữ liệu danh sách liên kết (Linked List)\n  - Cấu trúc dữ liệu và giải thuật Danh sách liên kết đôi\n  - Cấu trúc dữ liệu Danh sách liên kết vòng (Circular Linked List)\n  \n## Ngăn xếp \u0026 Hàng đợi\n  - Cấu trúc dữ liệu ngăn xếp (Stack)\n  - Cấu trúc dữ liệu hàng đợi (Queue)\n\n## Một số Giải thuật tìm kiếm\n  - Giải thuật tìm kiếm tuyến tính (Linear Search)\n  - Giải thuật tìm kiếm nhị phân (Binary Search)\n  - Giải thuật Tìm kiếm nội suy (Interpolation Search)\n  - Cấu trúc dữ liệu Hash Table\n\n## Một số Giải thuật sắp xếp\n  - Giải thuật sắp xếp trong cấu trúc dữ liệu \u0026 giải thuật\n  - Giải thuật sắp xếp nổi bọt (Bubble Sort)\n  - Giải thuật sắp xếp chèn (Insertion Sort)\n  - Giải thuật sắp xếp chọn (Selection Sort)\n  - Giải thuật sắp xếp trộn (Merge Sort)\n  - Shell Sort trong cấu trúc dữ liệu và giải thuật\n  - Giải thuật sắp xếp nhanh (Quick Sort)\n  - Thuật toán quay lui (Back-tracking algorithm)\n\n## Cấu trúc dữ liệu đồ thị (Graph)\n  - Cấu trúc dữ liệu đồ thị (Graph)\n  - Giải thuật tìm kiếm theo chiều sâu\n  - Giải thuật tìm kiếm theo chiều rộng\n\n## Cấu trúc dữ liệu cây\n  - Cấu trúc dữ liệu cây\n  - Duyệt cây trong cấu trúc dữ liệu và giải thuật\n  - Cây tìm kiếm nhị phân (Binary Search Tree)\n  - Cây AVL trong cấu trúc dữ liệu và giải thuật\n  - Cây SPLAY trong cấu trúc dữ liệu và giải thuật\n  - Cây khung (Spanning Tree) trong cấu trúc dữ liệu và giải thuật\n  - Cấu trúc dữ liệu Heap\n  - Giải thuật Kruskal: tìm cây khung nhỏ nhất\n  - Giải thuật Prim: tìm cây khung nhỏ nhất\n\n## Đệ qui (Recursion)\n  - Khái niệm cơ bản về đệ qui (Recursion)\n  - Bài toán Tháp Hà Nội (Tower of Hanoi)\n  - Dãy Fibonacci trong Cấu trúc dữ liệu và giải thuật\n```\n\n\n\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhoangtien2k3%2Fdata-structure-and-algorithm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhoangtien2k3%2Fdata-structure-and-algorithm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhoangtien2k3%2Fdata-structure-and-algorithm/lists"}