Skip to content

Commit

Permalink
Update priority_queue.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
radicalparty authored Sep 6, 2024
1 parent 5deda10 commit 324a7ad
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions data_structure/queue/priority_queue.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
#include <bits/stdc++.h>
using namespace std;

template<typename T>
class pq {
private:
Expand Down

0 comments on commit 324a7ad

Please sign in to comment.