Sample Solutions - alcapwny/CodinGameCppFramework GitHub Wiki
CGF comes with two sample solutions to help you get started and understand how to use the framework.
Two simple puzzles were chosen:
There is a variation of the Onboarding Solution that uses Dear ImGui to visualize the problem. This variation is located under the OnboardingWithImGui sample. It is provided as an example of how to use the Dear ImGui integration to visualize an algorithm.