Skip to content

Instantly share code, notes, and snippets.

@master-elodin
master-elodin / main.cpp
Last active September 12, 2019 10:28 — forked from tvandoren/main.cpp
#include <iostream>
#include <string>
#include <vector>
using namespace std;
static bool should_swap(string a, string b, int index)
{
int a_char = (int)tolower(a[index]);