mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-15 03:10:07 +08:00
formatting source-code for d7af6fdc8c
This commit is contained in:
@@ -11,7 +11,7 @@ class Queue
|
||||
node *front;
|
||||
node *rear;
|
||||
|
||||
public:
|
||||
public:
|
||||
Queue()
|
||||
{
|
||||
front = NULL;
|
||||
|
||||
Reference in New Issue
Block a user