Skip to content

Instantly share code, notes, and snippets.

View tobyjbanks's full-sized avatar

Toby Banks tobyjbanks

View GitHub Profile
@tobyjbanks
tobyjbanks / main.cpp
Last active March 25, 2025 17:41
Better version of solution for headlands hacker rank question
#include <algorithm>
#include <iomanip>
#include <iostream>
#include <iterator>
#include <vector>
#include <unordered_map>
#include <unordered_set>
#include <sstream>
using namespace std;