You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: structure/stack/doubly_linked_list_test.go
-9
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,3 @@
1
-
// Stack Test
2
-
// description: based on `geeksforgeeks` description Stack is a linear data structure which follows a particular order in which the operations are performed.
3
-
// The order may be LIFO(Last In First Out) or FILO(First In Last Out).
4
-
// details:
5
-
// Stack Data Structure : https://www.geeksforgeeks.org/stack-data-structure-introduction-program/
6
-
// Stack (abstract data type) : https://en.wikipedia.org/wiki/Stack_(abstract_data_type)
7
-
// author [Milad](https://github.com/miraddo)
8
-
// see stackarray.go, stacklinkedlist.go, stacklinkedlistwithlist.go
0 commit comments