-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmodulesMap.js
More file actions
executable file
·17 lines (17 loc) · 839 Bytes
/
Copy pathmodulesMap.js
File metadata and controls
executable file
·17 lines (17 loc) · 839 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
export const MODULE_MAPS = {
linearSearch : "378adcd8-7356-4d10-84cf-1dad1cbd496a",
binarySearch : "e527f92a-7962-4b0b-a46a-52ecf08a73ef",
bubbleSort : "b1387e6d-ebf8-4b52-9c5d-ab8c94f8eda4",
insertionSort : "f8ae92e2-1371-4852-a615-0354011f8f48",
selectionSort : "7dffce41-ff4c-4700-8cfe-04b8793cc25c",
mergeSort : "d6704302-d35c-4c32-a259-9518dec15920",
quickSort : "19ad8f43-b858-4e80-998c-49c5e0f69f8c",
pushPop : "48138388-914b-4f84-8468-683175ce1a1e",
peek : "fd95f8af-fb22-413f-9080-ebb558b53e70",
isEmpty : "05ecbddd-e3d4-4fa1-aa45-71accac97d79",
isFull : "54301ec9-0586-48f0-a6db-18a41adeb856",
postfix : "ca3daf8d-23f8-4ade-adfd-4bd0a88d3da2",
prefix : "a2971df4-5e48-4320-bc91-3de3242cac48",
stackArray : "4e0dd1e0-a8c7-4066-845c-b5917383d5c2",
stackLinkedList : "",
}