{"id":19933426,"url":"https://github.com/kinshuk-code-1729/c-plus-plus-stl","last_synced_at":"2025-10-07T08:19:07.919Z","repository":{"id":109950128,"uuid":"557969675","full_name":"kinshuk-code-1729/C-Plus-Plus-STL","owner":"kinshuk-code-1729","description":"This repository contains various codes which depict the C++ STL Functions which I've made while learning C++ Standard Library from unstop.com","archived":false,"fork":false,"pushed_at":"2024-05-08T18:40:45.000Z","size":31,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-01T11:45:17.734Z","etag":null,"topics":["cppstl","stl","stl-algorithms"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kinshuk-code-1729.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}},"created_at":"2022-10-26T16:39:20.000Z","updated_at":"2024-05-08T18:40:49.000Z","dependencies_parsed_at":"2025-03-01T11:43:26.626Z","dependency_job_id":"5177c1bd-95d8-496c-a4c0-b5e48b2842d7","html_url":"https://github.com/kinshuk-code-1729/C-Plus-Plus-STL","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kinshuk-code-1729/C-Plus-Plus-STL","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kinshuk-code-1729%2FC-Plus-Plus-STL","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kinshuk-code-1729%2FC-Plus-Plus-STL/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kinshuk-code-1729%2FC-Plus-Plus-STL/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kinshuk-code-1729%2FC-Plus-Plus-STL/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kinshuk-code-1729","download_url":"https://codeload.github.com/kinshuk-code-1729/C-Plus-Plus-STL/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kinshuk-code-1729%2FC-Plus-Plus-STL/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278740878,"owners_count":26037488,"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","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"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":["cppstl","stl","stl-algorithms"],"created_at":"2024-11-12T23:13:40.523Z","updated_at":"2025-10-07T08:19:07.890Z","avatar_url":"https://github.com/kinshuk-code-1729.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# C++ Standard Template Library\n\n![image](https://user-images.githubusercontent.com/90320839/198088172-469d5af2-0bed-42bc-b5f9-432d0cac96c3.png)\n\n### *The Standard Template Library (STL) is a set of C++ template classes to provide common programming data structures and functions such as lists, stacks, arrays, etc. It is a library of container classes, algorithms, and iterators. It is a generalized library and so, its components are parameterized. Working knowledge of template classes is a prerequisite for working with STL.*\n\n## STL has 4 components :\n- **Algorithms**\n- **Containers**\n- **Functions**\n- **Iterators**\n\n## Multisets\n\u003e **A multiset is an STL container that can contain multiple objects which have the same value which is stored in a well-defined manner. The multisets are almost similar to sets, except in sets only unique elements are allowed but in multisets, multiple elements with the same values are also allowed.**\n\n![image](https://user-images.githubusercontent.com/90320839/200189157-3d4532ef-a0ca-46d1-bbfc-36d16bd1b259.png)\n\n## *How to use multisets in C++ ??*\n\n- **The STL multisets can be used in the program by adding two header files.**\n- **The first is a *set* and the other is an *iterator.***\n\n## Unordered Maps\n\u003e **Unordered maps are the containers that contain key-value pairs in a randomised manner.Every key present in the unordered map is distinct though their key values can be the same. The unordered map is implemented internally using hashing.**\n\n![image](https://user-images.githubusercontent.com/90320839/200189172-c51c2f15-3284-43bd-b5a9-630d96d9e869.png)\n\n## *How to use unordered maps in C++ ??*\n\n- **The STL unordered map can be used in the program by adding two header files.**\n- **The first is *unordered_map* and the other is an *iterator.***\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkinshuk-code-1729%2Fc-plus-plus-stl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkinshuk-code-1729%2Fc-plus-plus-stl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkinshuk-code-1729%2Fc-plus-plus-stl/lists"}