Commit Graph
100 Commits
Author SHA1 Message Date
dudaodong 35e1d09ce3 feat: add http client for sending http request 2022-08-30 17:22:17 +08:00
dudaodong d67d8fad3a doc: fix missing word in file condition.md 2022-08-29 14:02:30 +08:00
dudaodong c5e6d01a31 update readme file: add new package and function 2022-08-29 11:50:37 +08:00
dudaodong 6d6c3f692f refactor: change TernaryOperator signature 2022-08-29 11:27:51 +08:00
dudaodong c695837b16 doc: add document for package condition 2022-08-29 11:23:02 +08:00
dudaodong 9239bcfdc3 doc: fmt code example 2022-08-26 16:34:20 +08:00
dudaodong c984815dea doc: fmt code example 2022-08-26 16:29:55 +08:00
dudaodong 301cb5db87 doc: add hashmap 2022-08-26 16:26:16 +08:00
dudaodong cc1bacff74 doc: add document for EncodeByte and DecodeByte 2022-08-26 10:54:51 +08:00
dudaodong f49f75b371 test: add unit test for EncodeByte and DecodeByte 2022-08-26 10:47:25 +08:00
dudaodong b30f4a7bab feat: add DecodeByte 2022-08-26 10:35:54 +08:00
dudaodong 982cb8932b feat: add EncodeByte 2022-08-26 10:34:42 +08:00
dudaodong 9107eb4b32 fix: fix resize bug in HashMap 2022-08-25 14:04:26 +08:00
dudaodong 1acf977b24 release v2.1.5 2022-08-25 11:11:36 +08:00
dudaodong 5c878d0873 doc: change ReverseStr to Reverse in all docment 2022-08-24 10:37:56 +08:00
dudaodong ab0716a472 refactor: change ReverseStr to Reverse in strutil package 2022-08-24 10:35:18 +08:00
dudaodong 3c2e0ca5b3 doc: add document for hashmap 2022-08-24 10:28:57 +08:00
dudaodong 551e66ba29 refactor: update HashMap Put method 2022-08-24 10:20:02 +08:00
dudaodong 4eeeabb227 feat: add Delete method for hashmap 2022-08-23 15:07:54 +08:00
dudaodong b3437fdddf feat: add Delete method for hashmap 2022-08-23 15:07:13 +08:00
dudaodong 312dcab369 feat: add Delete method for hashmap 2022-08-23 15:05:32 +08:00
dudaodong 0cb89f4f46 test: add unit test for HashMap 2022-08-23 14:15:51 +08:00
dudaodong a2dec87995 feat: add Put method for hashmap 2022-08-23 14:11:14 +08:00
dudaodong 9094cb29bf feat: add new HashMap data structure 2022-08-22 15:21:30 +08:00
dudaodong ddb992ad2f refactor: BuildMaxHeap 2022-08-22 11:10:17 +08:00
dudaodong 24f18aaaec refactor: change function sign for QuickSort 2022-08-22 11:02:25 +08:00
dudaodong 36169874e5 refactor: change sort file name 2022-08-22 10:58:47 +08:00
dudaodong 23aeb6ac99 refactor: change sort file name 2022-08-22 10:57:04 +08:00
dudaodong a1984f0a59 feat: add BuildMaxHeap 2022-08-22 10:51:37 +08:00
dudaodong c6a7371049 change lastest v1 version 2022-08-03 10:02:46 +08:00
dudaodong b697858038 release v2.1.4 2022-08-03 09:56:02 +08:00
dudaodong 5446f7e33c doc: add document for list methods 2022-07-28 12:56:11 +08:00
dudaodong 553f63e76b refactor: update param name in AppendIfAbsent 2022-07-27 15:45:34 +08:00
dudaodong fc3e94df58 doc: add document for AppendIfAbsent function 2022-07-27 15:44:54 +08:00
dudaodong 5c66f38a5b test: fix test function name TestAppendIfAbsent 2022-07-27 15:38:51 +08:00
dudaodong 741af66404 test: add todo fix for TestSchedule 2022-07-22 10:30:44 +08:00
dudaodong ef5d0379a1 doc: fix missing word 2022-07-22 10:24:34 +08:00
dudaodong 105ab49763 refactor: change slice Contain logic, convert to map first, then check existence 2022-07-22 10:22:34 +08:00
dudaodong b5ba9ba573 fix: fix TestMapToSlice function result independent of order of elements 2022-07-22 10:17:23 +08:00
dudaodong 9bd1c205fe release: update readme file and release v2.1.3 2022-07-21 11:16:19 +08:00
dudaodong 6ccf9fd3cf doc: add document for GetOsBits function 2022-07-21 11:05:17 +08:00
dudaodong c02ef2c62d doc: format code in markdown file 2022-07-20 19:42:17 +08:00
dudaodong 6414031754 doc: fix mistaken link to map source file 2022-07-20 19:38:14 +08:00
dudaodong 5336130570 doc: add funcation IsDisjoint 2022-07-20 19:33:37 +08:00
dudaodong bfa46d46a2 doc: format code in markdown file 2022-07-20 19:33:02 +08:00
dudaodong aab28b914c Merge branch 'main' into v2 2022-07-20 17:48:26 +08:00
dudaodong 2fd23f02f6 doc: format code in markdown file 2022-07-20 15:44:33 +08:00
dudaodong aad5b447c9 doc: format code in markdown file 2022-07-20 15:13:44 +08:00
dudaodong cece13e929 fix: fix aes/des cbc crypto iv bug 2022-07-20 11:42:52 +08:00
dudaodong 44370aef5e refactor: change variable name to 2022-07-18 15:52:51 +08:00
dudaodong 1782b11ec4 refactor: refact Intersection function 2022-07-18 15:33:45 +08:00
dudaodong fe6495123c doc: add document for EncodeUrl function 2022-07-18 11:31:12 +08:00
dudaodong 506a8b4776 feat: add EncodeUrl function 2022-07-15 16:29:41 +08:00
dudaodong 47ecfbfd5f docs: add doc for Flatten function 2022-07-14 17:25:47 +08:00
dudaodong 82f7401368 feat: add Flatten function 2022-07-14 11:53:16 +08:00
dudaodong 068c878d1e release v2.1.2 2022-07-13 10:40:03 +08:00
dudaodong 47b2402345 docs: update readme file add new functions 2022-07-13 10:32:03 +08:00
dudaodong a245716f99 docs: add doc for new function: ToChannel ToMap MapToSlice 2022-07-13 10:26:49 +08:00
dudaodong 71c85bb8f0 docs: add doc for functions GetRequestPublicIp and IsInternalIP 2022-07-13 10:09:23 +08:00
dudaodong 5edafec393 Merge branch 'main' into v2 2022-07-13 09:55:04 +08:00
dudaodong 12e979cf3c feat: add ToMapToSlice function 2022-07-11 11:28:46 +08:00
dudaodong ded42f8ff5 feat: add ToChannel function 2022-07-11 11:11:16 +08:00
dudaodong d06cde3fcf feat: add ToMap function 2022-07-11 10:27:38 +08:00
dudaodong 9cd8bfb8e0 docs: compress log png 2022-07-08 10:52:53 +08:00
dudaodong 51c9877224 docs: update change param type to for some slice functions 2022-07-07 17:47:02 +08:00
dudaodong f7f6427919 merge main branch 2022-07-07 16:35:46 +08:00
dudaodong cce56f0479 docs: update query string type in http request 2022-07-07 11:21:16 +08:00
dudaodong 3dbd7d8980 fix: sending post request with header multipart/form-data support query string type is map[string]string 2022-07-07 10:23:15 +08:00
dudaodong 3625921912 fix: fix missused function ToSlice -> ToSlicePointer 2022-07-06 11:31:11 +08:00
dudaodong 1faaf54986 release v2.1.1 2022-07-06 11:25:02 +08:00
dudaodong efe1fba267 docs: add doc for heap datastructure 2022-07-06 11:22:00 +08:00
dudaodong 0c43cb3f68 docs: update convertor package doc 2022-07-06 11:17:45 +08:00
dudaodong c25111e349 docs: add doc for ToSlice and ToSlicePointer function 2022-07-06 11:15:51 +08:00
dudaodong a61ab5716e docs: add doc for ToPointer function 2022-07-06 11:04:30 +08:00
dudaodong 628404dc7f fix: fix lint error 2022-07-06 10:57:45 +08:00
dudaodong fc0e104591 Merge branch 'main' into v2 2022-06-30 14:12:54 +08:00
dudaodong e83e9a1651 docs: add doc for MaxHeap 2022-06-29 16:43:56 +08:00
dudaodong 3d2e6295c4 docs: add doc for MaxHeap 2022-06-29 15:40:14 +08:00
dudaodong 221fe44e63 docs: add doc for MaxHeap 2022-06-29 15:37:42 +08:00
dudaodong 7930f517ae feat: add MaxHeap func PrintStructure 2022-06-29 11:08:07 +08:00
dudaodong 0f61321d5b test: add unit test for MaxHeap 2022-06-27 17:55:35 +08:00
dudaodong 7ddeeb51e5 feat: add MaxHeap 2022-06-27 17:01:17 +08:00
dudaodong 484d2845b3 feat: add MaxHeap 2022-06-27 16:27:34 +08:00
dudaodong bbbc6b6941 docs: update go version badge 2022-06-24 09:39:38 +08:00
dudaodong acf028cdcd release v2.1.0 2022-06-22 16:10:54 +08:00
dudaodong 31e43ec356 docs: add doc for UniqueBy function 2022-06-22 16:08:37 +08:00
dudaodong 9f45e68fef test: add fuzz test for Equal function 2022-06-21 14:17:33 +08:00
dudaodong d2df99a6f0 feat: add UniqueBy function in slice.go 2022-06-17 15:18:04 +08:00
dudaodong 713c341831 docs: update comment for Size function of ArrayQueue 2022-06-16 18:03:50 +08:00
dudaodong 0b05a6dd6f release: v2.0.9 2022-06-15 15:27:01 +08:00
dudaodong d21c101caf refactor: change function name EqualWithFunc to EqualWith 2022-06-15 15:25:44 +08:00
dudaodong bf49db60d9 docs: change function name EqualWithFunc to EqualWith 2022-06-15 15:24:58 +08:00
dudaodong d57fa3b603 docs: update readme file add new functions 2022-06-15 15:23:30 +08:00
dudaodong b3a29ce82d docs: add doc for function Equal and EqualWithFunc 2022-06-13 15:14:37 +08:00
dudaodong 1d8a37d6e8 docs: add doc for function CreateDir 2022-06-13 15:00:12 +08:00
dudaodong ef2d8e14b0 feat: add EqualWithFunc function for slice 2022-06-13 14:15:32 +08:00
dudaodong 0cbb3dd97e feat: add Equal function for slice 2022-06-13 14:06:20 +08:00
dudaodong 38a7f9423f fmt: gofmt package datastructure/queue 2022-06-08 14:40:37 +08:00
dudaodong 2c0ab9e922 feat: add CreateDir function in file.go 2022-06-08 14:38:35 +08:00
dudaodong 9aa3b742ff docs: add doc for package datastructure 2022-06-07 14:54:23 +08:00