mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
using list instead of bits/stdc++.h
This commit is contained in:
parent
d361eb15de
commit
19d09e8590
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user