File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
src/app/components/linked-list Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1
1
/** @type {import('next').NextConfig } */
2
- const nextConfig = {
3
- reactStrictMode : false ,
4
- } ;
2
+ const nextConfig = { } ;
5
3
6
4
export default nextConfig ;
Original file line number Diff line number Diff line change @@ -64,6 +64,9 @@ const LinkedListComponent = () => {
64
64
< option data-umami-event = 'selection-from-linked-list-reverse-list' value = 'reverse-linked-list' >
65
65
Reverse list
66
66
</ option >
67
+ < option data-umami-event = 'selection-from-linked-list-detect-cycle' value = 'cycle' >
68
+ Detect Cycle
69
+ </ option >
67
70
< option
68
71
data-umami-event = 'selection-from-linked-list-merge-two-sorted-list'
69
72
value = 'merge-two-linked-list'
@@ -73,9 +76,6 @@ const LinkedListComponent = () => {
73
76
< option data-umami-event = 'selection-from-linked-list-BASIC' value = 'linked-list-crud' >
74
77
Linked list basics
75
78
</ option >
76
- < option data-umami-event = 'selection-from-linked-list-detect-cycle' value = 'cycle' >
77
- Detect Cycle
78
- </ option >
79
79
</ select >
80
80
</ div >
81
81
< button
You can’t perform that action at this time.
0 commit comments