Commit Graph

127 Commits

Author SHA1 Message Date
Wan Cheuk Lun
75d7ef53dc Update keyFinder.js
Finally, there are several changes in the function keyFinder(str) that make it works well
2018-10-31 16:54:20 +08:00
Wan Cheuk Lun
fed5d517fd Update keyFinder.js
a sub-function is used to assist the keyfinder to find the key
2018-10-31 10:36:52 +08:00
Wan Cheuk Lun
a93d5cfe67 Update keyFinder.js
1. modified the identifiers and used the suitable identifiers for the variables
2. leave the loop when a key is match and found to increase the speed of searching in this stage of development
3. return the key number if founded, return 0 if found nothing
2018-10-31 10:10:17 +08:00
Wan Cheuk Lun
6c894a2aa5 Update keyFinder.js
modified used the suitable identifier for the variables
2018-10-31 09:47:06 +08:00
Mohit Sharma
9cabd462ec Merge pull request #78 from winsonrich/patch-4
Create keyFinder.js
2018-10-30 15:11:05 +05:30
Wan Cheuk Lun
7a04d2ad86 Update keyFinder.js
Made 2 changes to optimize the match results:
1. use a loop to find the next digit of wordbank element and compare with outStr's digit
2. this part need to be optimize with the calculation of the number of occurance of word's probabilities
2018-10-30 11:20:32 +08:00
Wan Cheuk Lun
e41ad76298 Update keyFinder.js
some changes is made to optimize the function
2018-10-27 12:29:36 +08:00
Wan Cheuk Lun
e0fa99b2fd Update keyFinder.js
optimized the indentation for the if statement in line 18
2018-10-27 11:13:15 +08:00
Wan Cheuk Lun
5a75bcae52 Rename keyFinder to keyFinder.js 2018-10-27 10:38:07 +08:00
Wan Cheuk Lun
633105633b Create keyFinder
Find and retrieve the encryption key automatically 
Note: This is a draft version, please help to modify, Thanks!
2018-10-25 20:15:11 +08:00
Mohit Sharma
7b82729d7e Merge pull request #64 from KuLi/bucket_sort
Implemented bucket sort algorithm
2018-10-23 10:49:45 +05:30
Mohit Sharma
9f7639e498 Merge pull request #74 from KuLi/cycleSort
Implemented cycle sort algorithm
2018-10-23 09:43:08 +05:30
KuLi
7a814932a4 Implemented cycle sort algorithm 2018-10-22 19:27:31 +02:00
Parth Shandilya
2d503575f6 Merge pull request #66 from ParthS007/patch
Added Missing declaration
2018-10-19 13:28:48 +05:30
ParthS007
348919a066 Added Missing declaration 2018-10-19 13:07:13 +05:30
Mohit Sharma
120947a7ca Merge pull request #65 from KuLi/combSort
Implemented comb sort algorithm
2018-10-18 20:57:20 +05:30
KuLi
3afb902885 Implemented comb sort algorithm 2018-10-18 16:58:37 +02:00
KuLi
9cd9b16bee Implemented bucket sort algorithm 2018-10-17 19:23:59 +02:00
Parth Shandilya
988572e5bb Merge pull request #63 from ParthS007/patch
Fixes#62 : Added Declaration for Local Variable
2018-10-17 01:13:12 +05:30
ParthS007
b96bab7fe1 Added Declaration for Local Variable 2018-10-16 19:11:21 +05:30
Mohit Sharma
63049b8763 Merge pull request #61 from olshansky/feat/counting-sort
feat: add counting and flash sorts
2018-10-14 11:27:58 +05:30
olshansky
7bd9840773 feat: add flashsort
Related: #14
2018-10-14 00:16:51 +03:00
olshansky
81bd46c18c feat: add counting sort
Related: #14
2018-10-14 00:15:49 +03:00
Mohit Sharma
7153799c54 Merge pull request #60 from thakursaurabh1998/heap-add-thakursaurabh
minimum priority queue added under heap
2018-10-05 01:15:05 +05:30
Saurabh Thakur
c568927318 minimum priority queue added under heap 2018-10-04 23:53:13 +05:30
Mohit Sharma
d3c315c0a9 Merge pull request #58 from jonathangomz/patch-1
Create vigenereCipher.js
2018-10-04 09:45:31 +05:30
Jonathan Gómez
8281dacdfc Create vigenereCipher.js
I translate this code from Java repository to Javascript language. Could be improved.
2018-09-29 22:02:08 -05:00
Christian Bender
cd33f7c23a Merge pull request #57 from christianbender/changed_euclian
added the let-statment
2018-03-31 18:14:22 +02:00
Christian Bender
51b6420dfe added the let-statment 2018-03-31 18:13:18 +02:00
Christian Bender
78860e0b33 Merge pull request #56 from christianbender/changed_heapSort
added let-statment
2018-03-31 00:02:01 +02:00
Christian Bender
969902a73d added let-statment 2018-03-31 00:01:22 +02:00
Christian Bender
f39a99998f Merge pull request #55 from christianbender/changed_gnomeSort
added the let-statment
2018-03-30 23:46:41 +02:00
Christian Bender
1c835b4ab2 added the let-statment 2018-03-30 23:45:36 +02:00
Christian Bender
370361ad48 Merge pull request #52 from christianbender/changed_bogoSort
fixed a leak and added the let-statement
2018-03-30 23:41:18 +02:00
Christian Bender
f6c35bd6d2 Merge pull request #53 from christianbender/fixed_cocktailShakerSort
fixed the function cocktailShakerSort and added the let-statment.
2018-03-30 23:41:08 +02:00
Christian Bender
91c19d6c6e Merge pull request #54 from christianbender/fixed_bubblesort
Fixed bubblesort
2018-03-30 23:40:59 +02:00
Christian Bender
18349287d1 added the let-statment and fixed a leak. 2018-03-30 23:40:08 +02:00
Christian Bender
c83b680311 fixed two leaks 2018-03-30 23:37:47 +02:00
Christian Bender
3367dc1b17 fixed the function cocktailShakerSort and added the let-statment. 2018-03-30 23:30:43 +02:00
Christian Bender
c977d81dd7 fixed a leak and added the let-statement 2018-03-30 23:19:43 +02:00
Christian Bender
e136eccbfa Merge pull request #51 from christianbender/added_let_tree
added the let-statment to some methods
2018-03-30 21:20:55 +02:00
Christian Bender
f94d12fb6c added the let-statment to some methods 2018-03-30 21:20:14 +02:00
Christian Bender
17a6fab5dd Merge pull request #50 from christianbender/changed_Tree
wrote the tree more object oriented
2018-03-30 21:18:00 +02:00
Christian Bender
c4c5b77420 wrote the tree more object oriented 2018-03-30 21:15:05 +02:00
Christian Bender
328cdbd6c7 Merge pull request #49 from christianbender/changed_linklist
wrote more object oriented
2018-03-30 18:14:29 +02:00
Christian Bender
10e7696543 wrote more object oriented 2018-03-30 17:58:13 +02:00
Christian Bender
c8d0116822 Merge pull request #48 from christianbender/changed_caesarsCipher
removed switch construct and put in a if-construct.
2018-03-30 16:18:39 +02:00
Christian Bender
bceb750f76 removed switch construct and put in a if-construct. 2018-03-30 16:16:12 +02:00
Christian Bender
21c34de37d Merge pull request #43 from christianbender/added_linear-algebra
Added a linear algebra library
2018-03-30 16:06:57 +02:00
Christian Bender
aa2e94232f Merge pull request #47 from christianbender/changed_queue
Changed queue
2018-03-30 16:06:22 +02:00