{"id":16927129,"url":"https://github.com/dubzzz/various-algorithms","last_synced_at":"2025-03-21T02:14:07.317Z","repository":{"id":66112804,"uuid":"77295308","full_name":"dubzzz/various-algorithms","owner":"dubzzz","description":"Various Algorithms","archived":false,"fork":false,"pushed_at":"2021-02-12T21:57:50.000Z","size":402,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-25T22:37:20.124Z","etag":null,"topics":["algorithm","constexpr","property-based-testing","template-metaprogramming","test-driven-development"],"latest_commit_sha":null,"homepage":null,"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/dubzzz.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}},"created_at":"2016-12-24T18:18:51.000Z","updated_at":"2017-04-17T18:32:46.000Z","dependencies_parsed_at":"2023-03-10T23:37:18.786Z","dependency_job_id":null,"html_url":"https://github.com/dubzzz/various-algorithms","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dubzzz%2Fvarious-algorithms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dubzzz%2Fvarious-algorithms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dubzzz%2Fvarious-algorithms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dubzzz%2Fvarious-algorithms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dubzzz","download_url":"https://codeload.github.com/dubzzz/various-algorithms/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244722747,"owners_count":20499153,"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":["algorithm","constexpr","property-based-testing","template-metaprogramming","test-driven-development"],"created_at":"2024-10-13T20:33:02.164Z","updated_at":"2025-03-21T02:14:07.296Z","avatar_url":"https://github.com/dubzzz.png","language":"C++","readme":"# Various Algorithms [![Build Status](https://travis-ci.org/dubzzz/various-algorithms.svg?branch=master)](https://travis-ci.org/dubzzz/various-algorithms)[![Build status](https://ci.appveyor.com/api/projects/status/3d7tvn2vgrkhpfrv?svg=true)](https://ci.appveyor.com/project/dubzzz/various-algorithms)\n\n\n## Aim of this repository\n\nThe aim of this repository is to test and make use of the new possibilities offered by new releases of C++.\nThese capabilities are evaluated accross various classical implementations and algorithms.\n\nIt also wants to make use of:\n- modern test frameworks (GTest, property-based testing using RapidCheck)\n- continuous integration\n- static analysis\n- memory profiling\n- leaks detection\n\n## Minimum requirements\n\n- CMake 2.8.8\n- Compiler compatible with C++14 (partial support might be enough)\n - G++ 5.1 or later (tested using 4.9 with flags removing missing features)\n - Clang 3.4 or later\n - Visual Studio 14.0 2015 or later\n\n## How to add your own implementation?\n\nIn order to add your own implementation you just have to create it inside the project directory.\nFor template-based or constexpr-based implementations (the ones requiring computations at compile time), your implementation will have to be put in a ```.hpp``` which will directly be inluded into the ```main.cpp``` test file as the header.\n\nImplementation's name has to follow the following rules:\n- implem.cpp or implem_*.cpp and include aim.hpp\n- or implem.hpp or implem_*.hpp which would be included as header file\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdubzzz%2Fvarious-algorithms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdubzzz%2Fvarious-algorithms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdubzzz%2Fvarious-algorithms/lists"}