Skip to content

Instantly share code, notes, and snippets.

View hardenchant's full-sized avatar

Gleb Lysov hardenchant

View GitHub Profile

Keybase proof

I hereby claim:

  • I am hardenchant on github.
  • I am lysovgv (https://keybase.io/lysovgv) on keybase.
  • I have a public key whose fingerprint is F490 71D6 1E6C 0642 BE36 6863 7201 CA5E 85E2 AA57

To claim this, I am signing this object:

// auto_wide_queue.cpp: auto expanding queue
#include <iostream>
using namespace std;
template <class T>
class queue //auto expanding queue
{
class node //class which store array and pointer to next