{"id":17104533,"url":"https://github.com/emfomy/dsa-final","last_synced_at":"2025-03-23T20:12:41.444Z","repository":{"id":35019403,"uuid":"39122383","full_name":"emfomy/dsa-final","owner":"emfomy","description":"Data Structures and Algorithms - Final Project","archived":false,"fork":false,"pushed_at":"2015-07-15T07:22:33.000Z","size":2156,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-29T03:36:04.584Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/emfomy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-07-15T07:18:25.000Z","updated_at":"2022-05-04T09:44:23.000Z","dependencies_parsed_at":"2022-07-15T14:47:25.598Z","dependency_job_id":null,"html_url":"https://github.com/emfomy/dsa-final","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emfomy%2Fdsa-final","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emfomy%2Fdsa-final/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emfomy%2Fdsa-final/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emfomy%2Fdsa-final/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/emfomy","download_url":"https://codeload.github.com/emfomy/dsa-final/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245162194,"owners_count":20570692,"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":[],"created_at":"2024-10-14T15:37:10.825Z","updated_at":"2025-03-23T20:12:41.412Z","avatar_url":"https://github.com/emfomy.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DSA_Final\nData Structures and Algorithms - Final Project\n\n## Programming\n\n### Git\n* Uses [GitHub](https://github.com/NTUDSA2014/dsa15_final12) to host.\n* Uses [git-flow](http://nvie.com/posts/a-successful-git-branching-model/) to control branches.\n\n### C++\n* Uses [Google C++ Style Guide](http://google-styleguide.googlecode.com/svn/trunk/cppguide.html) but uses `.cpp` and `.hpp` as extensions.\n\n## Install\nCompile with `make ACCOUNT=\u003caccount_map_type\u003e`. The defalut value of `ACCOUNT` is `HASHMAP`.\n* `ACCOUNT=AVLTREE`: use AVL tree for `AccountMap`.\n* `ACCOUNT=HASHMAP`: use hash map for `AccountMap`.\n* `ACCOUNT=SKIPLIST`: use skip list for `AccountMap`.\n\n## Directories\nMake sure $(DSA) is set to the root of this project\n\n### `/src`\nThe source files (`*.cpp` and `*.hpp`).\n\n#### `/src/main`\nThe main files (`final_project.cpp`).\n\n#### `/src/core`\nThe core files.\n\n#### `/src/account_void`\nThe source code of `AccountMap` without implementation.\n\n#### `/src/account_avl_tree`\nThe implementation of `AccountMap` using AVL tree.\n\n#### `/src/account_hash_map`\nThe implementation of `AccountMap` using hash map.\n\n#### `/src/account_skip_list`\nThe implementation of `AccountMap` using skip list.\n\n#### `/src/history_void`\nThe source code of `HistoryMap` without implementation.\n\n#### `/src/history_hash_map`\nThe implementation of `HistoryMap` using hash map.\n\n### `/lib`\nThe library files (`*.lib`).\n\n### `/include`\nThe header files for library (`*.hpp`).\n\n### `/interface`\nThe interface for library (`*.hpp`).\n\n### `/doc`\nThe report (`*.pdf`).\n\n### `/ext`\nThird-party libraries.\n\n#### `/ext/openssl`\n* [OpenSSL cryptographic library](https://www.openssl.org/docs/crypto/crypto.html): uses for MD5 cryptography.\n\n#### `/ext/gnu_avl`\n* [GNU libavl](http://adtinfo.org/): uses for AVL tree.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femfomy%2Fdsa-final","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femfomy%2Fdsa-final","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femfomy%2Fdsa-final/lists"}