Skip to content

Instantly share code, notes, and snippets.

View macwoj's full-sized avatar

Maciej Wojton macwoj

View GitHub Profile
@macwoj
macwoj / main.cpp
Created March 25, 2025 17:41 — forked from tobyjbanks/main.cpp
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;
@macwoj
macwoj / sql.md
Created January 29, 2022 03:53 — forked from anhthii/sql.md

Prepare for SQL interview questions

Tutorial

SQL tutorial: https://tutorial.techaltum.com/SQLServer.html

Sample questions and solutions