{"id":51185886,"url":"https://github.com/vevdokimovm/string-operations-cpp","last_synced_at":"2026-06-27T10:02:16.759Z","repository":{"id":115799150,"uuid":"250083935","full_name":"vevdokimovm/string-operations-cpp","owner":"vevdokimovm","description":"C++ lab: custom String class built on sequence abstractions with sorting and searching","archived":false,"fork":false,"pushed_at":"2026-04-20T20:34:20.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-04-20T22:28:00.570Z","etag":null,"topics":["algorithms","cpp","data-structures","string"],"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/vevdokimovm.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,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-03-25T20:26:34.000Z","updated_at":"2026-04-20T20:44:08.000Z","dependencies_parsed_at":"2023-11-16T22:08:52.574Z","dependency_job_id":null,"html_url":"https://github.com/vevdokimovm/string-operations-cpp","commit_stats":null,"previous_names":["vevdokimovm/string","vevdokimovm/string-operations-cpp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vevdokimovm/string-operations-cpp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vevdokimovm%2Fstring-operations-cpp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vevdokimovm%2Fstring-operations-cpp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vevdokimovm%2Fstring-operations-cpp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vevdokimovm%2Fstring-operations-cpp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vevdokimovm","download_url":"https://codeload.github.com/vevdokimovm/string-operations-cpp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vevdokimovm%2Fstring-operations-cpp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34848932,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-27T02:00:06.362Z","response_time":126,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["algorithms","cpp","data-structures","string"],"created_at":"2026-06-27T10:02:15.708Z","updated_at":"2026-06-27T10:02:16.754Z","avatar_url":"https://github.com/vevdokimovm.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# string-operations-cpp\n\nC++ lab — **String data structure and operations**. Implements a custom string class built on top of sequence abstractions (Dynamic Array, Linked List), with sorting and searching capabilities.\n\nUniversity lab.\n\n## Implemented\n\n- `StringList` / `StringVector` — string containers\n- Operations: insert, delete, find, sort, concatenate\n- Generic sequence base (`ISequence\u003cT\u003e`, `ArraySequence`, `ListSequence`)\n\n## Build\n\n```bash\nmkdir build \u0026\u0026 cd build\ncmake ..\nmake\n./lab\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvevdokimovm%2Fstring-operations-cpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvevdokimovm%2Fstring-operations-cpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvevdokimovm%2Fstring-operations-cpp/lists"}