using list instead of bits/stdc++.h

This commit is contained in:
foo290 2021-08-12 14:07:22 +05:30
parent d361eb15de
commit 19d09e8590
No known key found for this signature in database
GPG Key ID: 37349CBEF6299747

View File

@ -45,10 +45,10 @@
* @author [Nitin Sharma](https://github.com/foo290)
* */
#include <bits/stdc++.h> /// for std::list
#include <list> /// for std::list
#include <cassert> /// for assert
#include <iostream> /// for IO Operations
#include <unordered_map> /// for std::unordered_map
/**
* @namespace lru_cache