{"id":24757207,"url":"https://github.com/zouariomar/code-practice","last_synced_at":"2026-04-16T11:35:50.692Z","repository":{"id":248523822,"uuid":"828320545","full_name":"ZouariOmar/Code-Practice","owner":"ZouariOmar","description":"Welcome to my Code Practice solutions repository! Here, you'll find my solutions to various coding problems from different platforms.","archived":false,"fork":false,"pushed_at":"2025-03-20T21:31:31.000Z","size":30880,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-20T22:30:11.477Z","etag":null,"topics":["algorithms","bash","c","code","codepractice","codeproject","cpp","geeksforgeeks","github","leecode"],"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/ZouariOmar.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-13T19:15:46.000Z","updated_at":"2025-03-20T21:31:38.000Z","dependencies_parsed_at":"2024-07-31T02:30:58.571Z","dependency_job_id":"71c7249e-6f44-410d-b239-6501df56679e","html_url":"https://github.com/ZouariOmar/Code-Practice","commit_stats":null,"previous_names":["zouariomar/code-practice"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZouariOmar%2FCode-Practice","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZouariOmar%2FCode-Practice/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZouariOmar%2FCode-Practice/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZouariOmar%2FCode-Practice/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ZouariOmar","download_url":"https://codeload.github.com/ZouariOmar/Code-Practice/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245072271,"owners_count":20556353,"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":["algorithms","bash","c","code","codepractice","codeproject","cpp","geeksforgeeks","github","leecode"],"created_at":"2025-01-28T14:37:26.815Z","updated_at":"2026-04-16T11:35:45.651Z","avatar_url":"https://github.com/ZouariOmar.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Code Practice\n\nWelcome to my Code Practice solutions repository! Here, you'll find my solutions to various coding problems from different platforms.\n\n## About\n\nThis repository contains my solutions to coding problems from various platforms. The solutions are implemented in different programming languages, primarily in C/C++. The problems are organized by their difficulty level and topic.\n\n## Repository Structure\n\n```bash\n.Code Practice\n├── atcoder\n│   ├── AtCoder Beginners Selection\n│   └── practice contest\n│       ├── A - Welcome to AtCoder \n│       │   ├── A - Welcome to AtCoder .code-workspace\n│       │   ├── inc\n│       │   │   └── inc.hpp\n│       │   ├── out\n│       │   │   └── out\n│       │   ├── run.sh\n│       │   └── src\n│       │       ├── lib.cpp\n│       │       ├── main\n│       │       └── main.cpp\n│       └── B - Interactive Sorting \n│           ├── B - Interactive Sorting .code-workspace\n│           ├── inc\n│           │   └── inc.hpp\n│           ├── out\n│           │   └── out\n│           ├── run.sh\n│           └── src\n│               ├── lib.cpp\n│               ├── main\n│               └── main.cpp\n├── codeforce\n│   ├── Class A\n│   │   ├── A. Amusing Joke (#141A)\n│   │   │   ├── A. Amusing Joke (#141A).code-workspace\n│   │   │   ├── inc\n│   │   │   │   └── inc.hpp\n│   │   │   ├── out\n│   │   │   │   └── out\n│   │   │   ├── run.sh\n│   │   │   └── src\n│   │   │       ├── lib.cpp\n│   │   │       ├── main\n│   │   │       └── main.cpp\n│   │   ├── A. Anton and Danik (#734A)\n│   │   │   ├── A. Anton and Danik (#734A).code-workspace\n│   │   │   ├── inc\n│   │   │   │   └── inc.hpp\n│   │   │   ├── out\n│   │   │   │   ├── app\n│   │   │   │   └── out\n│   │   │   ├── run.sh\n│   │   │   └── src\n│   │   │       ├── lib.cpp\n│   │   │       ├── main\n│   │   │       └── main.cpp\n│   │   ├── A. Anton and Letters (#443A)\n│   │   │   ├── A. Anton and Letters (#443A).code-workspace\n│   │   │   ├── inc\n│   │   │   │   └── inc.hpp\n│   │   │   ├── out\n│   │   │   │   └── out\n│   │   │   ├── run.sh\n│   │   │   └── src\n│   │   │       ├── lib.cpp\n│   │   │       ├── main\n│   │   │       └── main.cpp\n│   │   ├── A. Anton and Polyhedrons (#785A)\n│   │   │   ├── A. Anton and Polyhedrons (#785A).code-workspace\n│   │   │   ├── inc\n│   │   │   │   └── inc.hpp\n│   │   │   ├── out\n│   │   │   │   └── out\n│   │   │   ├── run.sh\n│   │   │   ├── src\n│   │   │   │   ├── lib.cpp\n│   │   │   │   ├── main\n│   │   │   │   └── main.cpp\n│   │   │   └── test\n│   │   │       └── in.txt\n│   │   ├── A. Arrival of the General (#144A)\n│   │   │   ├── A. Arrival of the General (#144A).code-workspace\n│   │   │   ├── inc\n│   │   │   │   └── inc.hpp\n│   │   │   ├── out\n│   │   │   │   └── out\n│   │   │   ├── run.sh\n│   │   │   ├── src\n│   │   │   │   ├── lib.cpp\n│   │   │   │   ├── main\n│   │   │   │   └── main.cpp\n│   │   │   └── test\n│   │   │       └── in.txt\n│   │   ├── A. Bear and Big Brother (#791A)\n│   │   │   ├── A. Bear and Big Brother (#791A).code-workspace\n│   │   │   ├── inc\n│   │   │   │   └── inc.hpp\n│   │   │   ├── out\n│   │   │   │   └── out\n│   │   │   ├── run.sh\n│   │   │   └── src\n│   │   │       ├── lib.cpp\n│   │   │       ├── main\n│   │   │       └── main.cpp\n│   │   ├── A. Beautiful Matrix (#263A)\n│   │   │   ├── A. Beautiful Matrix (#263A).code-workspace\n│   │   │   ├── inc\n│   │   │   │   └── inc.hpp\n│   │   │   ├── out\n│   │   │   │   └── out\n│   │   │   ├── run.sh\n│   │   │   ├── src\n│   │   │   │   ├── lib.cpp\n│   │   │   │   ├── main\n│   │   │   │   └── main.cpp\n│   │   │   └── test\n│   │   │       └── in.txt\n│   │   ├── A. Beautiful Year (#217A)\n│   │   │   ├── A. Beautiful Year (#217A).code-workspace\n│   │   │   ├── inc\n│   │   │   │   ├── inc\n│   │   │   │   └── inc.hpp\n│   │   │   ├── out\n│   │   │   │   └── out\n│   │   │   ├── run.sh\n│   │   │   └── src\n│   │   │       ├── lib.cpp\n│   │   │       ├── main\n│   │   │       └── main.cpp\n│   │   ├── A. Boy or Girl (#236A)\n│   │   │   ├── A. Boy or Girl (#236A).code-workspace\n│   │   │   ├── inc\n│   │   │   │   └── inc.hpp\n│   │   │   ├── out\n│   │   │   │   └── out\n│   │   │   ├── run.sh\n│   │   │   └── src\n│   │   │       ├── lib.cpp\n│   │   │       ├── main\n│   │   │       └── main.cpp\n│   │   ├── A. Buy a Shovel\n│   │   │   ├── A. Buy a Shovel.code-workspace\n│   │   │   ├── inc\n│   │   │   │   └── inc.hpp\n│   │   │   ├── out\n│   │   │   │   └── out\n│   │   │   ├── run.sh\n│   │   │   └── src\n│   │   │       ├── lib.cpp\n│   │   │       ├── main\n│   │   │       └── main.cpp\n│   │   ├── A. Calculating Function (#486A)\n│   │   │   ├── A. Calculating Function (#486A).code-workspace\n│   │   │   ├── inc\n│   │   │   │   └── inc.hpp\n│   │   │   ├── out\n│   │   │   │   └── out\n│   │   │   ├── run.sh\n│   │   │   └── src\n│   │   │       ├── lib.cpp\n│   │   │       ├── main\n│   │   │       └── main.cpp\n│   │   ├── A. Candies and Two Sisters (#1335A)\n│   │   │   ├── A. Candies and Two Sisters (#1335A).code-workspace\n│   │   │   ├── inc\n│   │   │   │   └── inc.hpp\n│   │   │   ├── out\n│   │   │   │   └── out\n│   │   │   ├── run.sh\n│   │   │   ├── src\n│   │   │   │   ├── lib.cpp\n│   │   │   │   ├── main\n│   │   │   │   └── main.cpp\n│   │   │   └── test\n│   │   │       └── in.txt\n│   │   ├── A. Divisibility Problem (#1328A)\n│   │   │   ├── A. Divisibility Problem (#1328A).code-workspace\n│   │   │   ├── inc\n│   │   │   │   └── inc.hpp\n│   │   │   ├── out\n│   │   │   │   └── out\n│   │   │   ├── run.sh\n│   │   │   ├── src\n│   │   │   │   ├── lib.cpp\n│   │   │   │   ├── main\n│   │   │   │   └── main.cpp\n│   │   │   └── test\n│   │   │       └── in.txt\n│   │   ├── A. Domino piling (#50A)\n│   │   │   ├── A. Domino piling (#50A).code-workspace\n│   │   │   ├── inc\n│   │   │   │   └── inc.hpp\n│   │   │   ├── out\n│   │   │   │   └── out\n│   │   │   ├── run.sh\n│   │   │   └── src\n│   │   │       ├── lib.cpp\n│   │   │       ├── main\n│   │   │       └── main.cpp\n│   │   ├── A. Elephant (#617A)\n│   │   │   ├── A. Elephant (#617A).code-workspace\n│   │   │   ├── inc\n│   │   │   │   └── inc.hpp\n│   │   │   ├── out\n│   │   │   │   └── out\n│   │   │   ├── run.sh\n│   │   │   └── src\n│   │   │       ├── lib.cpp\n│   │   │       ├── main\n│   │   │       └── main.cpp\n│   │   ├── A. Fox And Snake (#510A)\n│   │   │   ├── A. Fox And Snake (#510A).code-workspace\n│   │   │   ├── inc\n│   │   │   │   └── inc.hpp\n│   │   │   ├── out\n│   │   │   │   └── out\n│   │   │   ├── run.sh\n│   │   │   └── src\n│   │   │       ├── lib.cpp\n│   │   │       ├── main\n│   │   │       └── main.cpp\n│   │   ├── A. Games (#268A)\n│   │   │   ├── A. Games (#268A).code-workspace\n│   │   │   ├── inc\n│   │   │   │   └── inc.hpp\n│   │   │   ├── out\n│   │   │   │   └── out\n│   │   │   ├── run.sh\n│   │   │   ├── src\n│   │   │   │   ├── lib.cpp\n│   │   │   │   ├── main\n│   │   │   │   └── main.cpp\n│   │   │   └── test\n│   │   │       └── in.txt\n│   │   ├── A. Helpful Maths (#339A)\n│   │   │   ├── A. Helpful Maths (#339A).code-workspace\n│   │   │   ├── inc\n│   │   │   │   └── inc.hpp\n│   │   │   ├── out\n│   │   │   │   └── out\n│   │   │   ├── run.sh\n│   │   │   ├── src\n│   │   │   │   ├── lib.cpp\n│   │   │   │   ├── main\n│   │   │   │   └── main.cpp\n│   │   │   └── test\n│   │   │       └── in.txt\n│   │   ├── A. Hit the Lottery (#996A)\n│   │   │   ├── A. Hit the Lottery (#996A).code-workspace\n│   │   │   ├── inc\n│   │   │   │   └── inc.hpp\n│   │   │   ├── out\n│   │   │   │   └── out\n│   │   │   ├── run.sh\n│   │   │   └── src\n│   │   │       ├── lib.cpp\n│   │   │       ├── main\n│   │   │       └── main.cpp\n│   │   ├── A. Hulk\n│   │   │   ├── A. Hulk.code-workspace\n│   │   │   ├── inc\n│   │   │   │   └── inc.hpp\n│   │   │   ├── out\n│   │   │   │   └── out\n│   │   │   ├── run.sh\n│   │   │   └── src\n│   │   │       ├── lib.cpp\n│   │   │       ├── main\n│   │   │       └── main.cpp\n│   │   ├── A. I_love_%username%\n│   │   │   ├── A. I_love_%username%.code-workspace\n│   │   │   ├── inc\n│   │   │   │   └── inc.hpp\n│   │   │   ├── out\n│   │   │   │   └── out\n│   │   │   ├── run.sh\n│   │   │   ├── src\n│   │   │   │   ├── lib.cpp\n│   │   │   │   ├── main\n│   │   │   │   └── main.cpp\n│   │   │   └── test\n│   │   │       └── in.txt\n│   │   ├── A. In Search of an Easy Problem (#1030A)\n│   │   │   ├── A. In Search of an Easy Problem (#1030A).code-workspace\n│   │   │   ├── inc\n│   │   │   │   └── inc.hpp\n│   │   │   ├── out\n│   │   │   │   └── out\n│   │   │   ├── run.sh\n│   │   │   └── src\n│   │   │       ├── lib.cpp\n│   │   │       ├── main\n│   │   │       └── main.cpp\n│   │   ├── A. Insomnia cure\n│   │   │   ├── A. Insomnia cure.code-workspace\n│   │   │   ├── inc\n│   │   │   │   └── inc.hpp\n│   │   │   ├── out\n│   │   │   │   └── out\n│   │   │   ├── run.sh\n│   │   │   └── src\n│   │   │       ├── lib.cpp\n│   │   │       └── main.cpp\n│   │   ├── A. Is your horseshoe on the other hoof?\n│   │   │   ├── A. Is your horseshoe on the other hoof?.code-workspace\n│   │   │   ├── inc\n│   │   │   │   └── inc.hpp\n│   │   │   ├── out\n│   │   │   │   └── out\n│   │   │   ├── run.sh\n│   │   │   └── src\n│   │   │       ├── lib.cpp\n│   │   │       ├── main\n│   │   │       └── main.cpp\n│   │   ├── A. I Wanna Be the Guy (#469A)\n│   │   │   ├── A. I Wanna Be the Guy (#469A).code-workspace\n│   │   │   ├── inc\n│   │   │   │   └── inc.hpp\n│   │   │   ├── out\n│   │   │   │   └── out\n│   │   │   ├── run.sh\n│   │   │   ├── src\n│   │   │   │   ├── lib.cpp\n│   │   │   │   ├── main\n│   │   │   │   └── main.cpp\n│   │   │   └── test\n│   │   │       └── in.txt\n│   │   ├── A. Nearly Lucky Number (#110A)\n│   │   │   ├── A. Nearly Lucky Number (#110A).code-workspace\n│   │   │   ├── inc\n│   │   │   │   └── inc.hpp\n│   │   │   ├── out\n│   │   │   │   └── out\n│   │   │   ├── run.sh\n│   │   │   └── src\n│   │   │       ├── lib.cpp\n│   │   │       ├── main\n│   │   │       └── main.cpp\n│   │   ├── A. New Year and Hurry\n│   │   │   ├── A. New Year and Hurry.code-workspace\n│   │   │   ├── inc\n│   │   │   │   └── inc.hpp\n│   │   │   ├── out\n│   │   │   │   └── out\n│   │   │   ├── run.sh\n│   │   │   └── src\n│   │   │       ├── lib.cpp\n│   │   │       ├── main\n│   │   │       └── main.cpp\n│   │   ├── A. Next Round (#158A)\n│   │   │   ├── A. Next Round (#158A).code-workspace\n│   │   │   ├── inc\n│   │   │   │   └── inc.hpp\n│   │   │   ├── out\n│   │   │   │   └── out\n│   │   │   ├── run.sh\n│   │   │   ├── src\n│   │   │   │   ├── lib.cpp\n│   │   │   │   ├── main\n│   │   │   │   └── main.cpp\n│   │   │   └── test\n│   │   │       └── in.txt\n│   │   ├── A. Pangram (#540A)\n│   │   │   ├── A. Pangram (#540A).code-workspace\n│   │   │   ├── inc\n│   │   │   │   └── inc.hpp\n│   │   │   ├── out\n│   │   │   │   └── out\n│   │   │   ├── run.sh\n│   │   │   ├── src\n│   │   │   │   ├── lib.cpp\n│   │   │   │   ├── main\n│   │   │   │   └── main.cpp\n│   │   │   └── test\n│   │   │       └── in.txt\n│   │   ├── A. Petya and Strings (#112A)\n│   │   │   ├── A. Petya and Strings (#112A).code-workspace\n│   │   │   ├── inc\n│   │   │   │   └── inc.hpp\n│   │   │   ├── out\n│   │   │   │   └── out\n│   │   │   ├── run.sh\n│   │   │   ├── src\n│   │   │   │   ├── lib.cpp\n│   │   │   │   ├── main\n│   │   │   │   └── main.cpp\n│   │   │   └── test\n│   │   │       └── in.txt\n│   │   ├── A. Police Recruits\n│   │   │   ├── A. Police Recruits.code-workspace\n│   │   │   ├── inc\n│   │   │   │   └── inc.hpp\n│   │   │   ├── out\n│   │   │   │   └── out\n│   │   │   ├── run.sh\n│   │   │   ├── src\n│   │   │   │   ├── lib.cpp\n│   │   │   │   ├── main\n│   │   │   │   └── main.cpp\n│   │   │   └── test\n│   │   │       └── in.txt\n│   │   ├── A. Presents (#136A)\n│   │   │   ├── A. Presents (#136A).code-workspace\n│   │   │   ├── inc\n│   │   │   │   └── inc.hpp\n│   │   │   ├── out\n│   │   │   │   └── out\n│   │   │   ├── run.sh\n│   │   │   └── src\n│   │   │       ├── lib.cpp\n│   │   │       ├── main\n│   │   │       └── main.cpp\n│   │   ├── A. Restoring Three Numbers\n│   │   │   ├── A. Restoring Three Numbers.code-workspace\n│   │   │   ├── inc\n│   │   │   │   └── inc.hpp\n│   │   │   ├── out\n│   │   │   │   └── out\n│   │   │   ├── run.sh\n│   │   │   └── src\n│   │   │       ├── lib.cpp\n│   │   │       ├── main\n│   │   │       └── main.cpp\n│   │   ├── A. Soft Drinking\n│   │   │   ├── A. Soft Drinking.code-workspace\n│   │   │   ├── inc\n│   │   │   │   └── inc.hpp\n│   │   │   ├── out\n│   │   │   │   └── out\n│   │   │   ├── run.sh\n│   │   │   └── src\n│   │   │       ├── lib.cpp\n│   │   │       ├── main\n│   │   │       └── main.cpp\n│   │   ├── A. Soldier and Bananas (#546A)\n│   │   │   ├── A. Soldier and Bananas (#546A).code-workspace\n│   │   │   ├── inc\n│   │   │   │   └── inc.hpp\n│   │   │   ├── out\n│   │   │   │   ├── app\n│   │   │   │   └── out\n│   │   │   ├── run.sh\n│   │   │   └── src\n│   │   │       ├── lib.cpp\n│   │   │       └── main.cpp\n│   │   ├── A. Stones on the Table (#266A)\n│   │   │   ├── A. Stones on the Table (#266A).code-workspace\n│   │   │   ├── inc\n│   │   │   │   └── inc.hpp\n│   │   │   ├── out\n│   │   │   │   └── out\n│   │   │   ├── run.sh\n│   │   │   └── src\n│   │   │       ├── lib.cpp\n│   │   │       ├── main\n│   │   │       └── main.cpp\n│   │   ├── A. Sum\n│   │   │   ├── A. Sum.code-workspace\n│   │   │   ├── inc\n│   │   │   │   └── inc.hpp\n│   │   │   ├── out\n│   │   │   │   └── out\n│   │   │   ├── run.sh\n│   │   │   ├── src\n│   │   │   │   ├── lib.cpp\n│   │   │   │   ├── main\n│   │   │   │   └── main.cpp\n│   │   │   └── test\n│   │   │       └── in.txt\n│   │   ├── A. Sum of Round Numbers\n│   │   │   ├── A. Sum of Round Numbers.code-workspace\n│   │   │   ├── inc\n│   │   │   │   └── inc.hpp\n│   │   │   ├── out\n│   │   │   │   └── out\n│   │   │   ├── run.sh\n│   │   │   ├── src\n│   │   │   │   ├── lib.cpp\n│   │   │   │   ├── main\n│   │   │   │   └── main.cpp\n│   │   │   └── test\n│   │   │       └── in.txt\n│   │   ├── A. Team(#231A)\n│   │   │   ├── A. Team(#231A).code-workspace\n│   │   │   ├── inc\n│   │   │   │   └── inc.hpp\n│   │   │   ├── out\n│   │   │   │   └── out\n│   │   │   ├── run.sh\n│   │   │   ├── src\n│   │   │   │   ├── lib.cpp\n│   │   │   │   ├── main\n│   │   │   │   └── main.cpp\n│   │   │   └── test\n│   │   │       └── in.txt\n│   │   ├── A. The New Year: Meeting Friends\n│   │   │   ├── A. The New Year: Meeting Friends.code-workspace\n│   │   │   ├── inc\n│   │   │   │   └── inc.hpp\n│   │   │   ├── out\n│   │   │   │   └── out\n│   │   │   ├── run.sh\n│   │   │   ├── src\n│   │   │   │   ├── lib.cpp\n│   │   │   │   ├── main\n│   │   │   │   └── main.cpp\n│   │   │   └── test\n│   │   │       └── in.txt\n│   │   ├── A. Tram (#116A)\n│   │   │   ├── A. Tram (#116A).code-workspace\n│   │   │   ├── inc\n│   │   │   │   └── inc.hpp\n│   │   │   ├── out\n│   │   │   │   ├── app\n│   │   │   │   └── out\n│   │   │   ├── run.sh\n│   │   │   ├── src\n│   │   │   │   ├── lib.cpp\n│   │   │   │   ├── main\n│   │   │   │   └── main.cpp\n│   │   │   └── test\n│   │   │       └── in.txt\n│   │   ├── A. Translation (#41A)\n│   │   │   ├── A. Translation (#41A).code-workspace\n│   │   │   ├── inc\n│   │   │   │   └── inc.h\n│   │   │   ├── out\n│   │   │   │   └── out\n│   │   │   ├── run.sh\n│   │   │   └── src\n│   │   │       ├── lib.c\n│   │   │       ├── main\n│   │   │       └── main.c\n│   │   ├── A. Ultra-Fast Mathematician (#61A)\n│   │   │   ├── A. Ultra-Fast Mathematician (#61A).code-workspace\n│   │   │   ├── inc\n│   │   │   │   └── inc.hpp\n│   │   │   ├── out\n│   │   │   │   └── out\n│   │   │   ├── run.sh\n│   │   │   └── src\n│   │   │       ├── lib.cpp\n│   │   │       ├── main\n│   │   │       └── main.cpp\n│   │   ├── A. Vanya and Fence (#A677)\n│   │   │   ├── A. Vanya and Fence (#A677).code-workspace\n│   │   │   ├── inc\n│   │   │   │   └── inc.hpp\n│   │   │   ├── out\n│   │   │   │   ├── app\n│   │   │   │   └── out\n│   │   │   ├── run.sh\n│   │   │   ├── src\n│   │   │   │   ├── lib.cpp\n│   │   │   │   ├── main\n│   │   │   │   └── main.cpp\n│   │   │   └── test\n│   │   │       └── in.txt\n│   │   ├── A. Vasya the Hipster\n│   │   │   ├── A. Vasya the Hipster.code-workspace\n│   │   │   ├── inc\n│   │   │   │   └── inc.hpp\n│   │   │   ├── out\n│   │   │   │   └── out\n│   │   │   ├── run.sh\n│   │   │   └── src\n│   │   │       ├── lib.cpp\n│   │   │       ├── main\n│   │   │       └── main.cpp\n│   │   ├── A. Watermelon (#4A)\n│   │   │   ├── A. Watermelon (#4A).code-workspace\n│   │   │   ├── inc\n│   │   │   │   └── inc.hpp\n│   │   │   ├── out\n│   │   │   │   └── out\n│   │   │   ├── run.sh\n│   │   │   └── src\n│   │   │       ├── lib.cpp\n│   │   │       ├── main\n│   │   │       └── main.cpp\n│   │   ├── A. Way Too Long Words (#71A)\n│   │   │   ├── A. Way Too Long Words (#71A).code-workspace\n│   │   │   ├── inc\n│   │   │   │   └── inc.hpp\n│   │   │   ├── out\n│   │   │   │   └── out\n│   │   │   ├── run.sh\n│   │   │   ├── src\n│   │   │   │   ├── lib.cpp\n│   │   │   │   ├── main\n│   │   │   │   └── main.cpp\n│   │   │   └── test\n│   │   │       ├── in.txt\n│   │   │       └── out.txt\n│   │   ├── A. Word (#59A)\n│   │   │   ├── A. Word (#59A).code-workspace\n│   │   │   ├── inc\n│   │   │   │   └── inc.hpp\n│   │   │   ├── out\n│   │   │   │   └── out\n│   │   │   ├── run.sh\n│   │   │   └── src\n│   │   │       ├── lib.cpp\n│   │   │       ├── main\n│   │   │       └── main.cpp\n│   │   ├── A. Word Capitalization (#281A)\n│   │   │   ├── A. Word Capitalization (#281A).code-workspace\n│   │   │   ├── inc\n│   │   │   │   └── inc.hpp\n│   │   │   ├── out\n│   │   │   │   └── out\n│   │   │   ├── run.sh\n│   │   │   └── src\n│   │   │       ├── lib.cpp\n│   │   │       ├── main\n│   │   │       └── main.cpp\n│   │   ├── A. Wrong Subtraction (#977A)\n│   │   │   ├── A. Wrong Subtraction (#977A).code-workspace\n│   │   │   ├── inc\n│   │   │   │   └── inc.hpp\n│   │   │   ├── out\n│   │   │   │   └── out\n│   │   │   ├── run.sh\n│   │   │   └── src\n│   │   │       ├── lib.cpp\n│   │   │       ├── main\n│   │   │       └── main.cpp\n│   │   ├── Bits++ (#282A)\n│   │   │   ├── Bits++ (#282A).code-workspace\n│   │   │   ├── doc\n│   │   │   │   └── input.txt\n│   │   │   ├── inc\n│   │   │   │   └── inc.hpp\n│   │   │   ├── out\n│   │   │   │   ├── out\n│   │   │   │   └── output.txt\n│   │   │   ├── run.sh\n│   │   │   └── src\n│   │   │       ├── lib.cpp\n│   │   │       ├── main\n│   │   │       └── main.cpp\n│   │   └── Magnets\n│   │       ├── inc\n│   │       │   └── inc.hpp\n│   │       ├── Magnets.code-workspace\n│   │       ├── out\n│   │       │   └── out\n│   │       ├── run.sh\n│   │       ├── src\n│   │       │   ├── lib.cpp\n│   │       │   ├── main\n│   │       │   └── main.cpp\n│   │       └── test\n│   │           └── in.txt\n│   └── Class B\n│       ├── B. Drinks (#200B)\n│       │   ├── B. Drinks (#200B).code-workspace\n│       │   ├── inc\n│       │   │   └── inc.hpp\n│       │   ├── out\n│       │   │   └── out\n│       │   ├── run.sh\n│       │   └── src\n│       │       ├── lib.cpp\n│       │       ├── main\n│       │       └── main.cpp\n│       ├── B. Queue at the School (#266B)\n│       │   ├── B. Queue at the School (#266B).code-workspace\n│       │   ├── inc\n│       │   │   └── inc.hpp\n│       │   ├── out\n│       │   │   └── out\n│       │   ├── run.sh\n│       │   └── src\n│       │       ├── lib.cpp\n│       │       ├── main\n│       │       └── main.cpp\n│       └── B. Removals Game (#2002B)\n│           ├── B. Removals Game (#2002B).code-workspace\n│           ├── inc\n│           │   └── inc.hpp\n│           ├── out\n│           │   └── out\n│           ├── run.sh\n│           ├── src\n│           │   ├── lib.cpp\n│           │   ├── main\n│           │   └── main.cpp\n│           └── test\n│               └── in.txt\n├── Code Practice.code-workspace\n├── codewars\n│   ├── A\n│   │   ├── A.code-workspace\n│   │   ├── inc\n│   │   │   └── inc.hpp\n│   │   ├── out\n│   │   │   └── out\n│   │   ├── run.sh\n│   │   └── src\n│   │       ├── lib.cpp\n│   │       ├── main\n│   │       └── main.cpp\n│   ├── Are You Playing Banjo?\n│   │   └── main.js\n│   ├── Bit Counting\n│   │   ├── Bit Counting.code-workspace\n│   │   ├── inc\n│   │   │   └── inc.hpp\n│   │   ├── out\n│   │   │   └── out\n│   │   ├── run.sh\n│   │   └── src\n│   │       ├── lib.cpp\n│   │       ├── main\n│   │       └── main.cpp\n│   ├── Break camelCase\n│   │   ├── Break camelCase.code-workspace\n│   │   └── src\n│   │       └── main.java\n│   ├── Calculating with Functions\n│   │   ├── Calculating with Functions.code-workspace\n│   │   ├── inc\n│   │   │   └── inc.hpp\n│   │   ├── out\n│   │   │   └── out\n│   │   ├── run.sh\n│   │   └── src\n│   │       ├── lib.cpp\n│   │       ├── main\n│   │       └── main.cpp\n│   ├── Calculator: Coin Combination\n│   │   └── main.js\n│   ├── Convert a linked list to a string\n│   │   ├── Convert a linked list to a string.code-workspace\n│   │   ├── inc\n│   │   │   └── inc.hpp\n│   │   ├── out\n│   │   │   └── out\n│   │   ├── run.sh\n│   │   └── src\n│   │       ├── lib.cpp\n│   │       ├── main\n│   │       └── main.cpp\n│   ├── Convert string to camel case\n│   │   ├── Convert string to camel case.code-workspace\n│   │   ├── inc\n│   │   │   └── inc.hpp\n│   │   ├── out\n│   │   │   └── out\n│   │   ├── run.sh\n│   │   └── src\n│   │       ├── lib.cpp\n│   │       ├── main\n│   │       └── main.cpp\n│   ├── Count characters in your string\n│   │   ├── Count characters in your string.code-workspace\n│   │   ├── inc\n│   │   │   └── inc.hpp\n│   │   ├── out\n│   │   │   └── out\n│   │   ├── run.sh\n│   │   ├── src\n│   │   │   ├── lib.cpp\n│   │   │   └── main.cpp\n│   │   └── test\n│   │       ├── test\n│   │       └── test.cpp\n│   ├── Design a Simple Automaton (Finite State Machine)\n│   │   ├── Design a Simple Automaton (Finite State Machine).code-workspace\n│   │   ├── inc\n│   │   │   └── inc.hpp\n│   │   ├── out\n│   │   │   └── out\n│   │   ├── run.sh\n│   │   └── src\n│   │       ├── lib.cpp\n│   │       ├── main\n│   │       └── main.cpp\n│   ├── Duplicate Encoder\n│   │   ├── Duplicate Encoder.code-workspace\n│   │   ├── inc\n│   │   │   └── inc.hpp\n│   │   ├── out\n│   │   │   └── out\n│   │   ├── run.sh\n│   │   └── src\n│   │       ├── lib.cpp\n│   │       ├── main\n│   │       ├── main.cpp\n│   │       └── tempCodeRunnerFile.cpp\n│   ├── Euclidean distance in n dimensions\n│   │   └── main.js\n│   ├── Find The Parity Outlier\n│   │   ├── Find The Parity Outlier.code-workspace\n│   │   ├── inc\n│   │   │   └── inc.h\n│   │   ├── out\n│   │   │   └── out\n│   │   ├── run.sh\n│   │   └── src\n│   │       ├── lib.c\n│   │       ├── main\n│   │       └── main.c\n│   ├── Find the sum of the roots of a quadratic equation\n│   │   ├── Find the sum of the roots of a quadratic equation.code-workspace\n│   │   └── Find the sum of the roots of a quadratic equation.js\n│   ├── Friend or Foe?\n│   │   ├── Friend or Foe?.code-workspace\n│   │   ├── inc\n│   │   │   └── inc.hpp\n│   │   ├── out\n│   │   │   └── out\n│   │   ├── run.sh\n│   │   └── src\n│   │       ├── lib.cpp\n│   │       ├── main\n│   │       └── main.cpp\n│   ├── Going to zero or to infinity?\n│   │   ├── Going to zero or to infinity?.code-workspace\n│   │   ├── inc\n│   │   │   └── inc.hpp\n│   │   ├── out\n│   │   │   └── out\n│   │   ├── run.sh\n│   │   └── src\n│   │       ├── lib.cpp\n│   │       ├── main\n│   │       └── main.cpp\n│   ├── Human Readable Time\n│   │   ├── Human Readable Time.code-workspace\n│   │   ├── inc\n│   │   │   └── inc.h\n│   │   ├── out\n│   │   │   └── out\n│   │   ├── run.sh\n│   │   └── src\n│   │       ├── lib.c\n│   │       ├── main\n│   │       └── main.c\n│   ├── Interlocking Binary Pairs\n│   │   ├── inc\n│   │   │   └── inc.hpp\n│   │   ├── Interlocking Binary Pairs.code-workspace\n│   │   ├── out\n│   │   │   └── out\n│   │   ├── run.sh\n│   │   └── src\n│   │       ├── lib.cpp\n│   │       ├── main\n│   │       └── main.cpp\n│   ├── Is a number prime?\n│   │   ├── inc\n│   │   │   └── inc.hpp\n│   │   ├── Is a number prime?.code-workspace\n│   │   ├── out\n│   │   │   └── out\n│   │   ├── run.sh\n│   │   └── src\n│   │       ├── lib.cpp\n│   │       ├── main\n│   │       └── main.cpp\n│   ├── Is this a triangle?\n│   │   ├── inc\n│   │   │   └── inc.hpp\n│   │   ├── Is this a triangle?.code-workspace\n│   │   ├── out\n│   │   │   └── out\n│   │   ├── run.sh\n│   │   └── src\n│   │       ├── lib.cpp\n│   │       ├── main\n│   │       └── main.cpp\n│   ├── Number\n│   │   ├── inc\n│   │   │   └── inc.hpp\n│   │   ├── Number.code-workspace\n│   │   ├── out\n│   │   │   └── out\n│   │   ├── run.sh\n│   │   └── src\n│   │       ├── lib.cpp\n│   │       ├── main\n│   │       └── main.cpp\n│   ├── Perimeter of squares in a rectangle\n│   │   ├── inc\n│   │   │   └── inc.hpp\n│   │   ├── out\n│   │   │   └── out\n│   │   ├── Perimeter of squares in a rectangle.code-workspace\n│   │   ├── run.sh\n│   │   └── src\n│   │       ├── lib.cpp\n│   │       ├── main\n│   │       └── main.cpp\n│   ├── Product of consecutive Fib numbers\n│   │   ├── inc\n│   │   │   └── inc.hpp\n│   │   ├── out\n│   │   │   └── out\n│   │   ├── Product of consecutive Fib numbers.code-workspace\n│   │   ├── run.sh\n│   │   └── src\n│   │       ├── lib.cpp\n│   │       ├── main\n│   │       └── main.cpp\n│   ├── Range Extraction\n│   │   ├── inc\n│   │   │   └── inc.hpp\n│   │   ├── out\n│   │   │   └── out\n│   │   ├── Range Extraction.code-workspace\n│   │   ├── run.sh\n│   │   └── src\n│   │       ├── lib.cpp\n│   │       ├── main\n│   │       └── main.cpp\n│   ├── Replace With Alphabet Position\n│   │   ├── inc\n│   │   │   └── inc.hpp\n│   │   ├── out\n│   │   │   └── out\n│   │   ├── Replace With Alphabet Position.code-workspace\n│   │   ├── run.sh\n│   │   └── src\n│   │       ├── lib.cpp\n│   │       └── main.cpp\n│   ├── Rot13\n│   │   ├── inc\n│   │   │   └── inc.hpp\n│   │   ├── out\n│   │   │   └── out\n│   │   ├── Rot13.code-workspace\n│   │   ├── run.sh\n│   │   └── src\n│   │       ├── lib.cpp\n│   │       ├── main\n│   │       └── main.cpp\n│   ├── Simple Pig Latin\n│   │   ├── inc\n│   │   │   └── inc.hpp\n│   │   ├── out\n│   │   │   └── out\n│   │   ├── run.sh\n│   │   ├── Simple Pig Latin.code-workspace\n│   │   └── src\n│   │       ├── lib.cpp\n│   │       ├── main\n│   │       └── main.cpp\n│   ├── Simple string characters\n│   │   ├── inc\n│   │   │   └── inc.hpp\n│   │   ├── out\n│   │   │   └── out\n│   │   ├── run.sh\n│   │   ├── Simple string characters.code-workspace\n│   │   └── src\n│   │       ├── lib.cpp\n│   │       └── main.cpp\n│   ├── Square Every Digit\n│   │   ├── inc\n│   │   │   └── inc.hpp\n│   │   ├── out\n│   │   │   └── out\n│   │   ├── run.sh\n│   │   ├── Square Every Digit.code-workspace\n│   │   └── src\n│   │       ├── lib.cpp\n│   │       ├── main\n│   │       └── main.cpp\n│   ├── Sum of two lowest positive integers\n│   │   ├── inc\n│   │   │   └── inc.hpp\n│   │   ├── out\n│   │   │   └── out\n│   │   ├── run.sh\n│   │   ├── src\n│   │   │   ├── lib.cpp\n│   │   │   └── main.cpp\n│   │   └── Sum of two lowest positive integers.code-workspace\n│   ├── The spiraling box\n│   │   ├── inc\n│   │   │   └── inc.h\n│   │   ├── out\n│   │   │   └── out\n│   │   ├── run.sh\n│   │   ├── src\n│   │   │   ├── lib.c\n│   │   │   └── main.c\n│   │   └── The spiraling box.code-workspace\n│   ├── Trilingual democracy\n│   │   ├── inc\n│   │   │   └── inc.hpp\n│   │   ├── out\n│   │   │   └── out\n│   │   ├── run.sh\n│   │   ├── src\n│   │   │   ├── lib.cpp\n│   │   │   ├── main\n│   │   │   └── main.cpp\n│   │   └── Trilingual democracy.code-workspace\n│   ├── Trolls are attacking your comment section!\n│   │   ├── inc\n│   │   │   └── inc.hpp\n│   │   ├── out\n│   │   │   ├── app\n│   │   │   └── out\n│   │   ├── run.sh\n│   │   ├── src\n│   │   │   ├── lib.cpp\n│   │   │   └── main.cpp\n│   │   └── Trolls are attacking your comment section!.code-workspace\n│   ├── Two\n│   │   ├── inc\n│   │   │   └── inc.hpp\n│   │   ├── out\n│   │   │   └── out\n│   │   ├── run.sh\n│   │   ├── src\n│   │   │   ├── lib.cpp\n│   │   │   ├── main\n│   │   │   └── main.cpp\n│   │   └── Two.code-workspace\n│   ├── V A P O R C O D E\n│   │   ├── inc\n│   │   │   └── inc.hpp\n│   │   ├── out\n│   │   │   └── out\n│   │   ├── run.sh\n│   │   ├── src\n│   │   │   ├── lib.cpp\n│   │   │   ├── main\n│   │   │   └── main.cpp\n│   │   └── V A P O R C O D E.code-workspace\n│   ├── Vowel Count\n│   │   ├── inc\n│   │   │   └── inc.hpp\n│   │   ├── out\n│   │   │   └── out\n│   │   ├── run.sh\n│   │   ├── src\n│   │   │   ├── lib.cpp\n│   │   │   └── main.cpp\n│   │   └── Vowel Count.code-workspace\n│   ├── WeIrD StRiNg CaSe\n│   │   ├── inc\n│   │   │   ├── inc\n│   │   │   └── inc.hpp\n│   │   ├── out\n│   │   │   └── out\n│   │   ├── run.sh\n│   │   ├── src\n│   │   │   ├── lib.cpp\n│   │   │   ├── main\n│   │   │   └── main.cpp\n│   │   └── WeIrD StRiNg CaSe.code-workspace\n│   └── Who likes it?\n│       ├── inc\n│       │   └── inc.hpp\n│       ├── out\n│       │   └── out\n│       ├── run.sh\n│       ├── src\n│       │   ├── lib.cpp\n│       │   ├── main\n│       │   └── main.cpp\n│       └── Who likes it?.code-workspace\n├── edabit\n│   ├── Easy\n│   │   ├── Absolute Sum\n│   │   │   ├── Absolute Sum.code-workspace\n│   │   │   ├── inc\n│   │   │   │   └── inc.hpp\n│   │   │   ├── out\n│   │   │   │   └── out\n│   │   │   ├── run.sh\n│   │   │   └── src\n│   │   │       ├── lib.cpp\n│   │   │       ├── main\n│   │   │       └── main.cpp\n│   │   └── Count Syllables\n│   │       ├── Count Syllables.code-workspace\n│   │       ├── inc\n│   │       │   └── inc.hpp\n│   │       ├── out\n│   │       │   └── out\n│   │       ├── run.sh\n│   │       ├── src\n│   │       │   ├── lib.cpp\n│   │       │   ├── main\n│   │       │   └── main.cpp\n│   │       └── test\n│   │           ├── test\n│   │           ├── test.cpp\n│   │           └── test.sh\n│   └── Very Easy\n├── Esprit\n│   └── 2A\n│       ├── Architecture des microcontrôleurs\n│       │   ├── dev.zip\n│       │   ├── Feu_croisementV2\n│       │   │   ├── Dev.pdsprj\n│       │   │   ├── Dev.pdsprj.UNKNOWN.zouari_omar.workspace\n│       │   │   ├── Dev.X\n│       │   │   │   ├── build\n│       │   │   │   │   └── default\n│       │   │   │   │       └── production\n│       │   │   │   │           ├── main.i\n│       │   │   │   │           ├── main.p1\n│       │   │   │   │           └── main.p1.d\n│       │   │   │   ├── debug\n│       │   │   │   │   └── default\n│       │   │   │   ├── dist\n│       │   │   │   │   └── default\n│       │   │   │   │       └── production\n│       │   │   │   │           ├── Dev.X.production.cmf\n│       │   │   │   │           ├── Dev.X.production.elf\n│       │   │   │   │           ├── Dev.X.production.hex\n│       │   │   │   │           ├── Dev.X.production.hxl\n│       │   │   │   │           ├── Dev.X.production.lst\n│       │   │   │   │           ├── Dev.X.production.map\n│       │   │   │   │           ├── Dev.X.production.mum\n│       │   │   │   │           ├── Dev.X.production.o\n│       │   │   │   │           ├── Dev.X.production.rlf\n│       │   │   │   │           ├── Dev.X.production.sdb\n│       │   │   │   │           ├── Dev.X.production.sym\n│       │   │   │   │           ├── doprnt.d\n│       │   │   │   │           ├── doprnt.i\n│       │   │   │   │           ├── doprnt.p1\n│       │   │   │   │           ├── __eeprom.d\n│       │   │   │   │           ├── __eeprom.i\n│       │   │   │   │           ├── __eeprom.p1\n│       │   │   │   │           └── memoryfile.xml\n│       │   │   │   ├── main.c\n│       │   │   │   ├── Makefile\n│       │   │   │   └── nbproject\n│       │   │   │       ├── configurations.xml\n│       │   │   │       ├── Makefile-default.mk\n│       │   │   │       ├── Makefile-genesis.properties\n│       │   │   │       ├── Makefile-impl.mk\n│       │   │   │       ├── Makefile-local-default.mk\n│       │   │   │       ├── Makefile-variables.mk\n│       │   │   │       ├── private\n│       │   │   │       │   ├── configurations.xml\n│       │   │   │       │   └── private.xml\n│       │   │   │       └── project.xml\n│       │   │   ├── Feu_croisementV2.pdf\n│       │   │   └── Project Backups\n│       │   │       ├── Dev [20241002, 10-24-03].pdsprj\n│       │   │       ├── Dev [20241002, 12-30-35].pdsprj\n│       │   │       └── Dev [Autosaved].pdsprj\n│       │   ├── Feu_croisementV2.zip\n│       │   ├── Mp Project.X.zip\n│       │   ├── Project (practice).zip\n│       │   └── Pupitre De Jeu.zip\n│       └── Projet Technologies Web\n│           ├── github\n│           ├── pkg\n│           │   └── NONE\n│           ├── project\n│           │   ├── backend\n│           │   │   ├── assets\n│           │   │   │   └── imgs\n│           │   │   │       ├── esprit.png\n│           │   │   │       └── sp.png\n│           │   │   ├── cmd\n│           │   │   │   └── sassToCss.sh\n│           │   │   ├── css\n│           │   │   │   ├── boot.css\n│           │   │   │   ├── boot.css.map\n│           │   │   │   ├── trv.css\n│           │   │   │   └── trv.css.map\n│           │   │   ├── html\n│           │   │   │   └── add_travel.html\n│           │   │   ├── js\n│           │   │   │   └── script.js\n│           │   │   ├── node_modules\n│           │   │   │   ├── bootstrap\n│           │   │   │   │   ├── dist\n│           │   │   │   │   │   ├── css\n│           │   │   │   │   │   │   ├── bootstrap.css\n│           │   │   │   │   │   │   ├── bootstrap.css.map\n│           │   │   │   │   │   │   ├── bootstrap-grid.css\n│           │   │   │   │   │   │   ├── bootstrap-grid.css.map\n│           │   │   │   │   │   │   ├── bootstrap-grid.min.css\n│           │   │   │   │   │   │   ├── bootstrap-grid.min.css.map\n│           │   │   │   │   │   │   ├── bootstrap-grid.rtl.css\n│           │   │   │   │   │   │   ├── bootstrap-grid.rtl.css.map\n│           │   │   │   │   │   │   ├── bootstrap-grid.rtl.min.css\n│           │   │   │   │   │   │   ├── bootstrap-grid.rtl.min.css.map\n│           │   │   │   │   │   │   ├── bootstrap.min.css\n│           │   │   │   │   │   │   ├── bootstrap.min.css.map\n│           │   │   │   │   │   │   ├── bootstrap-reboot.css\n│           │   │   │   │   │   │   ├── bootstrap-reboot.css.map\n│           │   │   │   │   │   │   ├── bootstrap-reboot.min.css\n│           │   │   │   │   │   │   ├── bootstrap-reboot.min.css.map\n│           │   │   │   │   │   │   ├── bootstrap-reboot.rtl.css\n│           │   │   │   │   │   │   ├── bootstrap-reboot.rtl.css.map\n│           │   │   │   │   │   │   ├── bootstrap-reboot.rtl.min.css\n│           │   │   │   │   │   │   ├── bootstrap-reboot.rtl.min.css.map\n│           │   │   │   │   │   │   ├── bootstrap.rtl.css\n│           │   │   │   │   │   │   ├── bootstrap.rtl.css.map\n│           │   │   │   │   │   │   ├── bootstrap.rtl.min.css\n│           │   │   │   │   │   │   ├── bootstrap.rtl.min.css.map\n│           │   │   │   │   │   │   ├── bootstrap-utilities.css\n│           │   │   │   │   │   │   ├── bootstrap-utilities.css.map\n│           │   │   │   │   │   │   ├── bootstrap-utilities.min.css\n│           │   │   │   │   │   │   ├── bootstrap-utilities.min.css.map\n│           │   │   │   │   │   │   ├── bootstrap-utilities.rtl.css\n│           │   │   │   │   │   │   ├── bootstrap-utilities.rtl.css.map\n│           │   │   │   │   │   │   ├── bootstrap-utilities.rtl.min.css\n│           │   │   │   │   │   │   └── bootstrap-utilities.rtl.min.css.map\n│           │   │   │   │   │   └── js\n│           │   │   │   │   │       ├── bootstrap.bundle.js\n│           │   │   │   │   │       ├── bootstrap.bundle.js.map\n│           │   │   │   │   │       ├── bootstrap.bundle.min.js\n│           │   │   │   │   │       ├── bootstrap.bundle.min.js.map\n│           │   │   │   │   │       ├── bootstrap.esm.js\n│           │   │   │   │   │       ├── bootstrap.esm.js.map\n│           │   │   │   │   │       ├── bootstrap.esm.min.js\n│           │   │   │   │   │       ├── bootstrap.esm.min.js.map\n│           │   │   │   │   │       ├── bootstrap.js\n│           │   │   │   │   │       ├── bootstrap.js.map\n│           │   │   │   │   │       ├── bootstrap.min.js\n│           │   │   │   │   │       └── bootstrap.min.js.map\n│           │   │   │   │   ├── js\n│           │   │   │   │   │   ├── dist\n│           │   │   │   │   │   │   ├── alert.js\n│           │   │   │   │   │   │   ├── alert.js.map\n│           │   │   │   │   │   │   ├── base-component.js\n│           │   │   │   │   │   │   ├── base-component.js.map\n│           │   │   │   │   │   │   ├── button.js\n│           │   │   │   │   │   │   ├── button.js.map\n│           │   │   │   │   │   │   ├── carousel.js\n│           │   │   │   │   │   │   ├── carousel.js.map\n│           │   │   │   │   │   │   ├── collapse.js\n│           │   │   │   │   │   │   ├── collapse.js.map\n│           │   │   │   │   │   │   ├── dom\n│           │   │   │   │   │   │   │   ├── data.js\n│           │   │   │   │   │   │   │   ├── data.js.map\n│           │   │   │   │   │   │   │   ├── event-handler.js\n│           │   │   │   │   │   │   │   ├── event-handler.js.map\n│           │   │   │   │   │   │   │   ├── manipulator.js\n│           │   │   │   │   │   │   │   ├── manipulator.js.map\n│           │   │   │   │   │   │   │   ├── selector-engine.js\n│           │   │   │   │   │   │   │   └── selector-engine.js.map\n│           │   │   │   │   │   │   ├── dropdown.js\n│           │   │   │   │   │   │   ├── dropdown.js.map\n│           │   │   │   │   │   │   ├── modal.js\n│           │   │   │   │   │   │   ├── modal.js.map\n│           │   │   │   │   │   │   ├── offcanvas.js\n│           │   │   │   │   │   │   ├── offcanvas.js.map\n│           │   │   │   │   │   │   ├── popover.js\n│           │   │   │   │   │   │   ├── popover.js.map\n│           │   │   │   │   │   │   ├── scrollspy.js\n│           │   │   │   │   │   │   ├── scrollspy.js.map\n│           │   │   │   │   │   │   ├── tab.js\n│           │   │   │   │   │   │   ├── tab.js.map\n│           │   │   │   │   │   │   ├── toast.js\n│           │   │   │   │   │   │   ├── toast.js.map\n│           │   │   │   │   │   │   ├── tooltip.js\n│           │   │   │   │   │   │   ├── tooltip.js.map\n│           │   │   │   │   │   │   └── util\n│           │   │   │   │   │   │       ├── backdrop.js\n│           │   │   │   │   │   │       ├── backdrop.js.map\n│           │   │   │   │   │   │       ├── component-functions.js\n│           │   │   │   │   │   │       ├── component-functions.js.map\n│           │   │   │   │   │   │       ├── config.js\n│           │   │   │   │   │   │       ├── config.js.map\n│           │   │   │   │   │   │       ├── focustrap.js\n│           │   │   │   │   │   │       ├── focustrap.js.map\n│           │   │   │   │   │   │       ├── index.js\n│           │   │   │   │   │   │       ├── index.js.map\n│           │   │   │   │   │   │       ├── sanitizer.js\n│           │   │   │   │   │   │       ├── sanitizer.js.map\n│           │   │   │   │   │   │       ├── scrollbar.js\n│           │   │   │   │   │   │       ├── scrollbar.js.map\n│           │   │   │   │   │   │       ├── swipe.js\n│           │   │   │   │   │   │       ├── swipe.js.map\n│           │   │   │   │   │   │       ├── template-factory.js\n│           │   │   │   │   │   │       └── template-factory.js.map\n│           │   │   │   │   │   ├── index.esm.js\n│           │   │   │   │   │   ├── index.umd.js\n│           │   │   │   │   │   └── src\n│           │   │   │   │   │       ├── alert.js\n│           │   │   │   │   │       ├── base-component.js\n│           │   │   │   │   │       ├── button.js\n│           │   │   │   │   │       ├── carousel.js\n│           │   │   │   │   │       ├── collapse.js\n│           │   │   │   │   │       ├── dom\n│           │   │   │   │   │       │   ├── data.js\n│           │   │   │   │   │       │   ├── event-handler.js\n│           │   │   │   │   │       │   ├── manipulator.js\n│           │   │   │   │   │       │   └── selector-engine.js\n│           │   │   │   │   │       ├── dropdown.js\n│           │   │   │   │   │       ├── modal.js\n│           │   │   │   │   │       ├── offcanvas.js\n│           │   │   │   │   │       ├── popover.js\n│           │   │   │   │   │       ├── scrollspy.js\n│           │   │   │   │   │       ├── tab.js\n│           │   │   │   │   │       ├── toast.js\n│           │   │   │   │   │       ├── tooltip.js\n│           │   │   │   │   │       └── util\n│           │   │   │   │   │           ├── backdrop.js\n│           │   │   │   │   │           ├── component-functions.js\n│           │   │   │   │   │           ├── config.js\n│           │   │   │   │   │           ├── focustrap.js\n│           │   │   │   │   │           ├── index.js\n│           │   │   │   │   │           ├── sanitizer.js\n│           │   │   │   │   │           ├── scrollbar.js\n│           │   │   │   │   │           ├── swipe.js\n│           │   │   │   │   │           └── template-factory.js\n│           │   │   │   │   ├── LICENSE\n│           │   │   │   │   ├── package.json\n│           │   │   │   │   ├── README.md\n│           │   │   │   │   └── scss\n│           │   │   │   │       ├── _accordion.scss\n│           │   │   │   │       ├── _alert.scss\n│           │   │   │   │       ├── _badge.scss\n│           │   │   │   │       ├── bootstrap-grid.scss\n│           │   │   │   │       ├── bootstrap-reboot.scss\n│           │   │   │   │       ├── bootstrap.scss\n│           │   │   │   │       ├── bootstrap-utilities.scss\n│           │   │   │   │       ├── _breadcrumb.scss\n│           │   │   │   │       ├── _button-group.scss\n│           │   │   │   │       ├── _buttons.scss\n│           │   │   │   │       ├── _card.scss\n│           │   │   │   │       ├── _carousel.scss\n│           │   │   │   │       ├── _close.scss\n│           │   │   │   │       ├── _containers.scss\n│           │   │   │   │       ├── _dropdown.scss\n│           │   │   │   │       ├── forms\n│           │   │   │   │       │   ├── _floating-labels.scss\n│           │   │   │   │       │   ├── _form-check.scss\n│           │   │   │   │       │   ├── _form-control.scss\n│           │   │   │   │       │   ├── _form-range.scss\n│           │   │   │   │       │   ├── _form-select.scss\n│           │   │   │   │       │   ├── _form-text.scss\n│           │   │   │   │       │   ├── _input-group.scss\n│           │   │   │   │       │   ├── _labels.scss\n│           │   │   │   │       │   └── _validation.scss\n│           │   │   │   │       ├── _forms.scss\n│           │   │   │   │       ├── _functions.scss\n│           │   │   │   │       ├── _grid.scss\n│           │   │   │   │       ├── helpers\n│           │   │   │   │       │   ├── _clearfix.scss\n│           │   │   │   │       │   ├── _color-bg.scss\n│           │   │   │   │       │   ├── _colored-links.scss\n│           │   │   │   │       │   ├── _focus-ring.scss\n│           │   │   │   │       │   ├── _icon-link.scss\n│           │   │   │   │       │   ├── _position.scss\n│           │   │   │   │       │   ├── _ratio.scss\n│           │   │   │   │       │   ├── _stacks.scss\n│           │   │   │   │       │   ├── _stretched-link.scss\n│           │   │   │   │       │   ├── _text-truncation.scss\n│           │   │   │   │       │   ├── _visually-hidden.scss\n│           │   │   │   │       │   └── _vr.scss\n│           │   │   │   │       ├── _helpers.scss\n│           │   │   │   │       ├── _images.scss\n│           │   │   │   │       ├── _list-group.scss\n│           │   │   │   │       ├── _maps.scss\n│           │   │   │   │       ├── mixins\n│           │   │   │   │       │   ├── _alert.scss\n│           │   │   │   │       │   ├── _backdrop.scss\n│           │   │   │   │       │   ├── _banner.scss\n│           │   │   │   │       │   ├── _border-radius.scss\n│           │   │   │   │       │   ├── _box-shadow.scss\n│           │   │   │   │       │   ├── _breakpoints.scss\n│           │   │   │   │       │   ├── _buttons.scss\n│           │   │   │   │       │   ├── _caret.scss\n│           │   │   │   │       │   ├── _clearfix.scss\n│           │   │   │   │       │   ├── _color-mode.scss\n│           │   │   │   │       │   ├── _color-scheme.scss\n│           │   │   │   │       │   ├── _container.scss\n│           │   │   │   │       │   ├── _deprecate.scss\n│           │   │   │   │       │   ├── _forms.scss\n│           │   │   │   │       │   ├── _gradients.scss\n│           │   │   │   │       │   ├── _grid.scss\n│           │   │   │   │       │   ├── _image.scss\n│           │   │   │   │       │   ├── _list-group.scss\n│           │   │   │   │       │   ├── _lists.scss\n│           │   │   │   │       │   ├── _pagination.scss\n│           │   │   │   │       │   ├── _reset-text.scss\n│           │   │   │   │       │   ├── _resize.scss\n│           │   │   │   │       │   ├── _table-variants.scss\n│           │   │   │   │       │   ├── _text-truncate.scss\n│           │   │   │   │       │   ├── _transition.scss\n│           │   │   │   │       │   ├── _utilities.scss\n│           │   │   │   │       │   └── _visually-hidden.scss\n│           │   │   │   │       ├── _mixins.scss\n│           │   │   │   │       ├── _modal.scss\n│           │   │   │   │       ├── _navbar.scss\n│           │   │   │   │       ├── _nav.scss\n│           │   │   │   │       ├── _offcanvas.scss\n│           │   │   │   │       ├── _pagination.scss\n│           │   │   │   │       ├── _placeholders.scss\n│           │   │   │   │       ├── _popover.scss\n│           │   │   │   │       ├── _progress.scss\n│           │   │   │   │       ├── _reboot.scss\n│           │   │   │   │       ├── _root.scss\n│           │   │   │   │       ├── _spinners.scss\n│           │   │   │   │       ├── _tables.scss\n│           │   │   │   │       ├── _toasts.scss\n│           │   │   │   │       ├── _tooltip.scss\n│           │   │   │   │       ├── _transitions.scss\n│           │   │   │   │       ├── _type.scss\n│           │   │   │   │       ├── utilities\n│           │   │   │   │       │   └── _api.scss\n│           │   │   │   │       ├── _utilities.scss\n│           │   │   │   │       ├── _variables-dark.scss\n│           │   │   │   │       ├── _variables.scss\n│           │   │   │   │       └── vendor\n│           │   │   │   │           └── _rfs.scss\n│           │   │   │   └── @popperjs\n│           │   │   │       └── core\n│           │   │   │           ├── dist\n│           │   │   │           │   ├── cjs\n│           │   │   │           │   │   ├── enums.js\n│           │   │   │           │   │   ├── enums.js.flow\n│           │   │   │           │   │   ├── enums.js.map\n│           │   │   │           │   │   ├── popper-base.js\n│           │   │   │           │   │   ├── popper-base.js.flow\n│           │   │   │           │   │   ├── popper-base.js.map\n│           │   │   │           │   │   ├── popper.js\n│           │   │   │           │   │   ├── popper.js.flow\n│           │   │   │           │   │   ├── popper.js.map\n│           │   │   │           │   │   ├── popper-lite.js\n│           │   │   │           │   │   ├── popper-lite.js.flow\n│           │   │   │           │   │   └── popper-lite.js.map\n│           │   │   │           │   ├── esm\n│           │   │   │           │   │   ├── createPopper.js\n│           │   │   │           │   │   ├── dom-utils\n│           │   │   │           │   │   │   ├── contains.js\n│           │   │   │           │   │   │   ├── getBoundingClientRect.js\n│           │   │   │           │   │   │   ├── getClippingRect.js\n│           │   │   │           │   │   │   ├── getCompositeRect.js\n│           │   │   │           │   │   │   ├── getComputedStyle.js\n│           │   │   │           │   │   │   ├── getDocumentElement.js\n│           │   │   │           │   │   │   ├── getDocumentRect.js\n│           │   │   │           │   │   │   ├── getHTMLElementScroll.js\n│           │   │   │           │   │   │   ├── getLayoutRect.js\n│           │   │   │           │   │   │   ├── getNodeName.js\n│           │   │   │           │   │   │   ├── getNodeScroll.js\n│           │   │   │           │   │   │   ├── getOffsetParent.js\n│           │   │   │           │   │   │   ├── getParentNode.js\n│           │   │   │           │   │   │   ├── getScrollParent.js\n│           │   │   │           │   │   │   ├── getViewportRect.js\n│           │   │   │           │   │   │   ├── getWindow.js\n│           │   │   │           │   │   │   ├── getWindowScrollBarX.js\n│           │   │   │           │   │   │   ├── getWindowScroll.js\n│           │   │   │           │   │   │   ├── instanceOf.js\n│           │   │   │           │   │   │   ├── isLayoutViewport.js\n│           │   │   │           │   │   │   ├── isScrollParent.js\n│           │   │   │           │   │   │   ├── isTableElement.js\n│           │   │   │           │   │   │   └── listScrollParents.js\n│           │   │   │           │   │   ├── enums.js\n│           │   │   │           │   │   ├── index.js\n│           │   │   │           │   │   ├── modifiers\n│           │   │   │           │   │   │   ├── applyStyles.js\n│           │   │   │           │   │   │   ├── arrow.js\n│           │   │   │           │   │   │   ├── computeStyles.js\n│           │   │   │           │   │   │   ├── eventListeners.js\n│           │   │   │           │   │   │   ├── flip.js\n│           │   │   │           │   │   │   ├── hide.js\n│           │   │   │           │   │   │   ├── index.js\n│           │   │   │           │   │   │   ├── offset.js\n│           │   │   │           │   │   │   ├── popperOffsets.js\n│           │   │   │           │   │   │   └── preventOverflow.js\n│           │   │   │           │   │   ├── popper-base.js\n│           │   │   │           │   │   ├── popper.js\n│           │   │   │           │   │   ├── popper-lite.js\n│           │   │   │           │   │   ├── types.js\n│           │   │   │           │   │   └── utils\n│           │   │   │           │   │       ├── computeAutoPlacement.js\n│           │   │   │           │   │       ├── computeOffsets.js\n│           │   │   │           │   │       ├── debounce.js\n│           │   │   │           │   │       ├── detectOverflow.js\n│           │   │   │           │   │       ├── expandToHashMap.js\n│           │   │   │           │   │       ├── getAltAxis.js\n│           │   │   │           │   │       ├── getAltLen.js\n│           │   │   │           │   │       ├── getBasePlacement.js\n│           │   │   │           │   │       ├── getFreshSideObject.js\n│           │   │   │           │   │       ├── getMainAxisFromPlacement.js\n│           │   │   │           │   │       ├── getOppositePlacement.js\n│           │   │   │           │   │       ├── getOppositeVariationPlacement.js\n│           │   │   │           │   │       ├── getVariation.js\n│           │   │   │           │   │       ├── math.js\n│           │   │   │           │   │       ├── mergeByName.js\n│           │   │   │           │   │       ├── mergePaddingObject.js\n│           │   │   │           │   │       ├── orderModifiers.js\n│           │   │   │           │   │       ├── rectToClientRect.js\n│           │   │   │           │   │       ├── uniqueBy.js\n│           │   │   │           │   │       ├── userAgent.js\n│           │   │   │           │   │       └── within.js\n│           │   │   │           │   └── umd\n│           │   │   │           │       ├── enums.js\n│           │   │   │           │       ├── enums.js.map\n│           │   │   │           │       ├── enums.min.js\n│           │   │   │           │       ├── enums.min.js.flow\n│           │   │   │           │       ├── enums.min.js.map\n│           │   │   │           │       ├── popper-base.js\n│           │   │   │           │       ├── popper-base.js.map\n│           │   │   │           │       ├── popper-base.min.js\n│           │   │   │           │       ├── popper-base.min.js.flow\n│           │   │   │           │       ├── popper-base.min.js.map\n│           │   │   │           │       ├── popper.js\n│           │   │   │           │       ├── popper.js.map\n│           │   │   │           │       ├── popper-lite.js\n│           │   │   │           │       ├── popper-lite.js.map\n│           │   │   │           │       ├── popper-lite.min.js\n│           │   │   │           │       ├── popper-lite.min.js.flow\n│           │   │   │           │       ├── popper-lite.min.js.map\n│           │   │   │           │       ├── popper.min.js\n│           │   │   │           │       ├── popper.min.js.flow\n│           │   │   │           │       └── popper.min.js.map\n│           │   │   │           ├── index.d.ts\n│           │   │   │           ├── lib\n│           │   │   │           │   ├── createPopper.d.ts\n│           │   │   │           │   ├── createPopper.js\n│           │   │   │           │   ├── createPopper.js.flow\n│           │   │   │           │   ├── dom-utils\n│           │   │   │           │   │   ├── contains.d.ts\n│           │   │   │           │   │   ├── contains.js\n│           │   │   │           │   │   ├── contains.js.flow\n│           │   │   │           │   │   ├── getBoundingClientRect.d.ts\n│           │   │   │           │   │   ├── getBoundingClientRect.js\n│           │   │   │           │   │   ├── getBoundingClientRect.js.flow\n│           │   │   │           │   │   ├── getClippingRect.d.ts\n│           │   │   │           │   │   ├── getClippingRect.js\n│           │   │   │           │   │   ├── getClippingRect.js.flow\n│           │   │   │           │   │   ├── getCompositeRect.d.ts\n│           │   │   │           │   │   ├── getCompositeRect.js\n│           │   │   │           │   │   ├── getCompositeRect.js.flow\n│           │   │   │           │   │   ├── getComputedStyle.d.ts\n│           │   │   │           │   │   ├── getComputedStyle.js\n│           │   │   │           │   │   ├── getComputedStyle.js.flow\n│           │   │   │           │   │   ├── getDocumentElement.d.ts\n│           │   │   │           │   │   ├── getDocumentElement.js\n│           │   │   │           │   │   ├── getDocumentElement.js.flow\n│           │   │   │           │   │   ├── getDocumentRect.d.ts\n│           │   │   │           │   │   ├── getDocumentRect.js\n│           │   │   │           │   │   ├── getDocumentRect.js.flow\n│           │   │   │           │   │   ├── getHTMLElementScroll.d.ts\n│           │   │   │           │   │   ├── getHTMLElementScroll.js\n│           │   │   │           │   │   ├── getHTMLElementScroll.js.flow\n│           │   │   │           │   │   ├── getLayoutRect.d.ts\n│           │   │   │           │   │   ├── getLayoutRect.js\n│           │   │   │           │   │   ├── getLayoutRect.js.flow\n│           │   │   │           │   │   ├── getNodeName.d.ts\n│           │   │   │           │   │   ├── getNodeName.js\n│           │   │   │           │   │   ├── getNodeName.js.flow\n│           │   │   │           │   │   ├── getNodeScroll.d.ts\n│           │   │   │           │   │   ├── getNodeScroll.js\n│           │   │   │           │   │   ├── getNodeScroll.js.flow\n│           │   │   │           │   │   ├── getOffsetParent.d.ts\n│           │   │   │           │   │   ├── getOffsetParent.js\n│           │   │   │           │   │   ├── getOffsetParent.js.flow\n│           │   │   │           │   │   ├── getParentNode.d.ts\n│           │   │   │           │   │   ├── getParentNode.js\n│           │   │   │           │   │   ├── getParentNode.js.flow\n│           │   │   │           │   │   ├── getScrollParent.d.ts\n│           │   │   │           │   │   ├── getScrollParent.js\n│           │   │   │           │   │   ├── getScrollParent.js.flow\n│           │   │   │           │   │   ├── getViewportRect.d.ts\n│           │   │   │           │   │   ├── getViewportRect.js\n│           │   │   │           │   │   ├── getViewportRect.js.flow\n│           │   │   │           │   │   ├── getWindow.d.ts\n│           │   │   │           │   │   ├── getWindow.js\n│           │   │   │           │   │   ├── getWindow.js.flow\n│           │   │   │           │   │   ├── getWindowScrollBarX.d.ts\n│           │   │   │           │   │   ├── getWindowScrollBarX.js\n│           │   │   │           │   │   ├── getWindowScrollBarX.js.flow\n│           │   │   │           │   │   ├── getWindowScroll.d.ts\n│           │   │   │           │   │   ├── getWindowScroll.js\n│           │   │   │           │   │   ├── getWindowScroll.js.flow\n│           │   │   │           │   │   ├── instanceOf.d.ts\n│           │   │   │           │   │   ├── instanceOf.js\n│           │   │   │           │   │   ├── instanceOf.js.flow\n│           │   │   │           │   │   ├── isLayoutViewport.d.ts\n│           │   │   │           │   │   ├── isLayoutViewport.js\n│           │   │   │           │   │   ├── isLayoutViewport.js.flow\n│           │   │   │           │   │   ├── isScrollParent.d.ts\n│           │   │   │           │   │   ├── isScrollParent.js\n│           │   │   │           │   │   ├── isScrollParent.js.flow\n│           │   │   │           │   │   ├── isTableElement.d.ts\n│           │   │   │           │   │   ├── isTableElement.js\n│           │   │   │           │   │   ├── isTableElement.js.flow\n│           │   │   │           │   │   ├── listScrollParents.d.ts\n│           │   │   │           │   │   ├── listScrollParents.js\n│           │   │   │           │   │   └── listScrollParents.js.flow\n│           │   │   │           │   ├── enums.d.ts\n│           │   │   │           │   ├── enums.js\n│           │   │   │           │   ├── enums.js.flow\n│           │   │   │           │   ├── index.d.ts\n│           │   │   │           │   ├── index.js\n│           │   │   │           │   ├── index.js.flow\n│           │   │   │           │   ├── modifiers\n│           │   │   │           │   │   ├── applyStyles.d.ts\n│           │   │   │           │   │   ├── applyStyles.js\n│           │   │   │           │   │   ├── applyStyles.js.flow\n│           │   │   │           │   │   ├── arrow.d.ts\n│           │   │   │           │   │   ├── arrow.js\n│           │   │   │           │   │   ├── arrow.js.flow\n│           │   │   │           │   │   ├── computeStyles.d.ts\n│           │   │   │           │   │   ├── computeStyles.js\n│           │   │   │           │   │   ├── computeStyles.js.flow\n│           │   │   │           │   │   ├── eventListeners.d.ts\n│           │   │   │           │   │   ├── eventListeners.js\n│           │   │   │           │   │   ├── eventListeners.js.flow\n│           │   │   │           │   │   ├── flip.d.ts\n│           │   │   │           │   │   ├── flip.js\n│           │   │   │           │   │   ├── flip.js.flow\n│           │   │   │           │   │   ├── hide.d.ts\n│           │   │   │           │   │   ├── hide.js\n│           │   │   │           │   │   ├── hide.js.flow\n│           │   │   │           │   │   ├── index.d.ts\n│           │   │   │           │   │   ├── index.js\n│           │   │   │           │   │   ├── index.js.flow\n│           │   │   │           │   │   ├── offset.d.ts\n│           │   │   │           │   │   ├── offset.js\n│           │   │   │           │   │   ├── offset.js.flow\n│           │   │   │           │   │   ├── popperOffsets.d.ts\n│           │   │   │           │   │   ├── popperOffsets.js\n│           │   │   │           │   │   ├── popperOffsets.js.flow\n│           │   │   │           │   │   ├── preventOverflow.d.ts\n│           │   │   │           │   │   ├── preventOverflow.js\n│           │   │   │           │   │   └── preventOverflow.js.flow\n│           │   │   │           │   ├── popper-base.d.ts\n│           │   │   │           │   ├── popper-base.js\n│           │   │   │           │   ├── popper-base.js.flow\n│           │   │   │           │   ├── popper.d.ts\n│           │   │   │           │   ├── popper.js\n│           │   │   │           │   ├── popper.js.flow\n│           │   │   │           │   ├── popper-lite.d.ts\n│           │   │   │           │   ├── popper-lite.js\n│           │   │   │           │   ├── popper-lite.js.flow\n│           │   │   │           │   ├── types.d.ts\n│           │   │   │           │   ├── types.js\n│           │   │   │           │   ├── types.js.flow\n│           │   │   │           │   └── utils\n│           │   │   │           │       ├── computeAutoPlacement.d.ts\n│           │   │   │           │       ├── computeAutoPlacement.js\n│           │   │   │           │       ├── computeAutoPlacement.js.flow\n│           │   │   │           │       ├── computeOffsets.d.ts\n│           │   │   │           │       ├── computeOffsets.js\n│           │   │   │           │       ├── computeOffsets.js.flow\n│           │   │   │           │       ├── debounce.d.ts\n│           │   │   │           │       ├── debounce.js\n│           │   │   │           │       ├── debounce.js.flow\n│           │   │   │           │       ├── detectOverflow.d.ts\n│           │   │   │           │       ├── detectOverflow.js\n│           │   │   │           │       ├── detectOverflow.js.flow\n│           │   │   │           │       ├── expandToHashMap.d.ts\n│           │   │   │           │       ├── expandToHashMap.js\n│           │   │   │           │       ├── expandToHashMap.js.flow\n│           │   │   │           │       ├── getAltAxis.d.ts\n│           │   │   │           │       ├── getAltAxis.js\n│           │   │   │           │       ├── getAltAxis.js.flow\n│           │   │   │           │       ├── getAltLen.d.ts\n│           │   │   │           │       ├── getAltLen.js\n│           │   │   │           │       ├── getAltLen.js.flow\n│           │   │   │           │       ├── getBasePlacement.d.ts\n│           │   │   │           │       ├── getBasePlacement.js\n│           │   │   │           │       ├── getBasePlacement.js.flow\n│           │   │   │           │       ├── getFreshSideObject.d.ts\n│           │   │   │           │       ├── getFreshSideObject.js\n│           │   │   │           │       ├── getFreshSideObject.js.flow\n│           │   │   │           │       ├── getMainAxisFromPlacement.d.ts\n│           │   │   │           │       ├── getMainAxisFromPlacement.js\n│           │   │   │           │       ├── getMainAxisFromPlacement.js.flow\n│           │   │   │           │       ├── getOppositePlacement.d.ts\n│           │   │   │           │       ├── getOppositePlacement.js\n│           │   │   │           │       ├── getOppositePlacement.js.flow\n│           │   │   │           │       ├── getOppositeVariationPlacement.d.ts\n│           │   │   │           │       ├── getOppositeVariationPlacement.js\n│           │   │   │           │       ├── getOppositeVariationPlacement.js.flow\n│           │   │   │           │       ├── getVariation.d.ts\n│           │   │   │           │       ├── getVariation.js\n│           │   │   │           │       ├── getVariation.js.flow\n│           │   │   │           │       ├── math.d.ts\n│           │   │   │           │       ├── math.js\n│           │   │   │           │       ├── math.js.flow\n│           │   │   │           │       ├── mergeByName.d.ts\n│           │   │   │           │       ├── mergeByName.js\n│           │   │   │           │       ├── mergeByName.js.flow\n│           │   │   │           │       ├── mergePaddingObject.d.ts\n│           │   │   │           │       ├── mergePaddingObject.js\n│           │   │   │           │       ├── mergePaddingObject.js.flow\n│           │   │   │           │       ├── orderModifiers.d.ts\n│           │   │   │           │       ├── orderModifiers.js\n│           │   │   │           │       ├── orderModifiers.js.flow\n│           │   │   │           │       ├── rectToClientRect.d.ts\n│           │   │   │           │       ├── rectToClientRect.js\n│           │   │   │           │       ├── rectToClientRect.js.flow\n│           │   │   │           │       ├── uniqueBy.d.ts\n│           │   │   │           │       ├── uniqueBy.js\n│           │   │   │           │       ├── uniqueBy.js.flow\n│           │   │   │           │       ├── userAgent.d.ts\n│           │   │   │           │       ├── userAgent.js\n│           │   │   │           │       ├── userAgent.js.flow\n│           │   │   │           │       ├── within.d.ts\n│           │   │   │           │       ├── within.js\n│           │   │   │           │       └── within.js.flow\n│           │   │   │           ├── LICENSE.md\n│           │   │   │           ├── package.json\n│           │   │   │           └── README.md\n│           │   │   ├── php\n│           │   │   │   └── login.php\n│           │   │   └── sass\n│           │   │       ├── boot.sass\n│           │   │       └── trv.sass\n│           │   └── frontend\n│           │       ├── assets\n│           │       │   └── imgs\n│           │       │       ├── add.png\n│           │       │       ├── cabin.png\n│           │       │       ├── circus.png\n│           │       │       ├── esprit.png\n�","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzouariomar%2Fcode-practice","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzouariomar%2Fcode-practice","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzouariomar%2Fcode-practice/lists"}