Skip to content

Instantly share code, notes, and snippets.

View gitVictors's full-sized avatar
🌴
On vacation

gitVictors

🌴
On vacation
View GitHub Profile
@gitVictors
gitVictors / view.cpp
Last active April 3, 2026 07:38
view.cpp
#include "view.h"
#include <boost/algorithm/string/trim.hpp>
#include <boost/algorithm/string/split.hpp>
#include <boost/algorithm/string/classification.hpp>
#include <cassert>
#include <iostream>
#include <algorithm>
#include <set>