{"id":24873035,"url":"https://github.com/zpnst/smart-list","last_synced_at":"2025-07-02T17:11:22.699Z","repository":{"id":201439898,"uuid":"707342533","full_name":"zpnst/smart-list","owner":"zpnst","description":"Functional doubly linked list","archived":false,"fork":false,"pushed_at":"2023-11-25T20:07:13.000Z","size":25,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-05-11T21:37:34.886Z","etag":null,"topics":["cpp","datastructures","doubly-linked-list","oop"],"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/zpnst.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,"governance":null}},"created_at":"2023-10-19T17:43:15.000Z","updated_at":"2023-12-16T18:08:00.000Z","dependencies_parsed_at":"2023-11-25T21:22:32.165Z","dependency_job_id":null,"html_url":"https://github.com/zpnst/smart-list","commit_stats":null,"previous_names":["zpnst/smartlist","zpnst/smart-list"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zpnst%2Fsmart-list","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zpnst%2Fsmart-list/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zpnst%2Fsmart-list/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zpnst%2Fsmart-list/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zpnst","download_url":"https://codeload.github.com/zpnst/smart-list/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236624397,"owners_count":19178981,"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":["cpp","datastructures","doubly-linked-list","oop"],"created_at":"2025-02-01T05:27:05.677Z","updated_at":"2025-02-01T05:27:06.380Z","avatar_url":"https://github.com/zpnst.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Smart List\n\n## Structure\n  The list is developed on the basis of a template class, which is based on a doubly linked list\n\n## std::shared_ptr\u003cType\u003e \u0026 std::weak_ptr\u003cType\u003e\n![image](https://github.com/zpnst/SmartList/assets/105946529/3e893c35-e2b1-4bde-8895-b1d5f090d590)\n\n  Using std::weak_ptr\u003cType\u003e as a pointer to the previous element of a node, \n  together with std::shared_ptr\u003cType\u003e helped to avoid cyclic references\n\n## Different types of constructors are implemented\n![image](https://github.com/zpnst/SmartList/assets/105946529/f91f77db-a2c3-417a-87d8-62adf85c8a18)\n\n## Functions for working with a list\n  1) Function for adding an item to any place in the list\n  2) Function for deleting an item anywhere in the list\n  3) Function for creating a set from a list\n  4) Function for sorting the list based on bubble sort\n  5) Operator [] overload\n  6) Function for formatted list output\n\n## And functions for convenience:\n  ![image](https://github.com/zpnst/SmartList/assets/105946529/18817dc5-2cfc-4197-8e4c-2b800bbb11f5)\n\n## Operators overloading\n  Overload has been implemented for *, +, / operators                                                                                                                                                     \n  They are responsible for operations between a List and a Variable and a List and a List                                                                                                                 \n  \n![image](https://github.com/zpnst/SmartList/assets/105946529/846f6662-9e76-4fa9-86be-7c6d338ace78)\n\n## See you soon...\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzpnst%2Fsmart-list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzpnst%2Fsmart-list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzpnst%2Fsmart-list/lists"}