# bad-boggle-solver **Repository Path**: mirrors_DataDog/bad-boggle-solver ## Basic Information - **Project Name**: bad-boggle-solver - **Description**: A toy project to benchmark usage of profiling - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-23 - **Last Updated**: 2025-09-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Bad boggle solver Toy program to generate a workload to test Datadog apps. It also solves boggles. ## Retrieving english words This could use with a script. For now I hard coded them in the repo. [English words](https://github.com/dwyl/english-words.git) ## Build Build commands ```bash mkdir build cd build cmake -DCMAKE_BUILD_TYPE=Release ../ make -j 4 ```