Skip to content

Commit 1dac5ce

Browse files
committed
move single linked list logic to own file
1 parent 102cf2f commit 1dac5ce

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
Binary file not shown.

dataStructures/main.cpp renamed to dataStructures/singleLinkedList/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include "dataStructures.h"
1+
#include "singleLinkedList.h"
22

33
int main(int argc, char const *argv[])
44
{

0 commit comments

Comments
 (0)