## Title of the Blog Post Titles submission: - AOC 2022 Day 3: Rucksack Reorganization ## External resources - C++ keywords: [char](https://en.cppreference.com/w/cpp/keyword/char), [break](https://en.cppreference.com/w/cpp/language/break), [continue](https://en.cppreference.com/w/cpp/language/continue), and [using](https://en.cppreference.com/w/cpp/language/type_alias) - C++ functions: [std::any_of](https://en.cppreference.com/w/cpp/algorithm/all_any_none_of), [std::distance](https://en.cppreference.com/w/cpp/iterator/distance), [std::find](https://en.cppreference.com/w/cpp/algorithm/find), [std::islower](https://en.cppreference.com/w/cpp/string/byte/islower), [std::next](https://en.cppreference.com/w/cpp/iterator/next) and [std::ranges::any_of](https://en.cppreference.com/w/cpp/algorithm/ranges/all_any_none_of) - C++ structures: [std::string_view](https://en.cppreference.com/w/cpp/string/basic_string_view) and [std::vector](https://en.cppreference.com/w/cpp/container/vector) ## Publication This is the last step, and it will be supplemented with new platforms on which I will publish my articles. - [x] Publish on my personal website - [x] Publish on my GitHub Pages - [ ] Publish on Dev.to - [ ] Publish on CodeNewbie - [ ] Publish on Medium - [ ] Publish on Reddit - [ ] Publish on Hashnode
Title of the Blog Post
Titles submission:
External resources
Publication
This is the last step, and it will be supplemented with new platforms on which I will publish my articles.