59d07264fc 
					 
					
						
						
							
							feat: add ruby code block - bucket sort ( #1285 )  
						
						... 
						
						
						
						* feat: add ruby code block - bucket sort
* Update codes/ruby/chapter_sorting/bucket_sort.rb
Co-authored-by: khoaxuantu <68913255+khoaxuantu@users.noreply.github.com>
* Update codes/ruby/chapter_sorting/bucket_sort.rb
Co-authored-by: khoaxuantu <68913255+khoaxuantu@users.noreply.github.com>
* Update bucket_sort.rb
---------
Co-authored-by: khoaxuantu <68913255+khoaxuantu@users.noreply.github.com>
Co-authored-by: Yudong Jin <krahets@163.com> 
						
						
					 
					
						2024-04-30 16:00:39 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						68f3a453e1 
					 
					
						
						
							
							feat: add ruby code block - merge sort ( #1260 )  
						
						... 
						
						
						
						* feat(codes/ruby/chapter_sorting/merge_sort.rb): add merge_sort ruby file
* feat(codes/ruby/chapter_sorting/merge_sort.rb): modify comment space
* feat(codes/ruby/chapter_sorting/merge_sort.rb): set array default value
Co-authored-by: khoaxuantu <68913255+khoaxuantu@users.noreply.github.com>
* feat(codes/ruby/chapter_sorting/merge_sort.rb): driver code add if logic
Co-authored-by: khoaxuantu <68913255+khoaxuantu@users.noreply.github.com>
* feat(codes/ruby/chapter_sorting/merge_sort.rb): modify comment style
Co-authored-by: khoaxuantu <68913255+khoaxuantu@users.noreply.github.com>
* feat(codes/ruby/chapter_sorting/merge_sort.rb): modify logic instruction
Co-authored-by: khoaxuantu <68913255+khoaxuantu@users.noreply.github.com>
---------
Co-authored-by: khoaxuantu <68913255+khoaxuantu@users.noreply.github.com> 
						
						
					 
					
						2024-04-30 15:58:47 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3f857db457 
					 
					
						
						
							
							feat: add ruby code block - heap sort  ( #1261 )  
						
						... 
						
						
						
						* feat(codes/ruby/chapter_sorting/heap_sort.rb): add heap_sort ruby file
* feat(codes/ruby/chapter_sorting/heap_sort.rb): modify comment space
* feat(codes/ruby/chapter_sorting/heap_sort.rb): modify code space style
* feat(codes/ruby/chapter_sorting/heap_sort.rb): modify logic instruction
Co-authored-by: khoaxuantu <68913255+khoaxuantu@users.noreply.github.com>
* feat(codes/ruby/chapter_sorting/heap_sort.rb): driver code add if logic
Co-authored-by: khoaxuantu <68913255+khoaxuantu@users.noreply.github.com>
---------
Co-authored-by: khoaxuantu <68913255+khoaxuantu@users.noreply.github.com> 
						
						
					 
					
						2024-04-30 15:58:37 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						870e3e5cb2 
					 
					
						
						
							
							Bug fixes and improvements ( #1318 )  
						
						... 
						
						
						
						* Sync zh and zh-hant versions
* Update en/README.md
* Add a Q&A for chapter of introduction
* Update the callout headers
* Sync zh ang zh-hant versions
* Bug fixes 
						
						
					 
					
						2024-04-30 15:52:05 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						84b1ce2497 
					 
					
						
						
							
							Fix incorrect method name in permutations_ii.go ( #1313 )  
						
						
						
						
					 
					
						2024-04-30 14:13:01 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a3950e1def 
					 
					
						
						
							
							feat: Add ruby codes - chapter "Heap" ( #1300 )  
						
						... 
						
						
						
						* init heap Ruby
* feature: finish chapter heap for ruby
* fix delete heap.rb
* fix: Fix code style
* Update codes/ruby/chapter_heap/my_heap.rb
Co-authored-by: khoaxuantu <68913255+khoaxuantu@users.noreply.github.com>
* Update codes/ruby/chapter_heap/top_k.rb
Co-authored-by: khoaxuantu <68913255+khoaxuantu@users.noreply.github.com>
* fix: apply the suggested changes
* fix to_a
* Update my_heap.rb
---------
Co-authored-by: khoaxuantu <68913255+khoaxuantu@users.noreply.github.com>
Co-authored-by: Yudong Jin <krahets@163.com> 
						
						
					 
					
						2024-04-28 22:24:51 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						cfc273783b 
					 
					
						
						
							
							feat: Add glossary and description for "哈希集合" ( #1310 )  
						
						
						
						
					 
					
						2024-04-28 22:00:25 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a88c7b9862 
					 
					
						
						
							
							Change remove to pop ( #1309 )  
						
						
						
						
					 
					
						2024-04-28 20:47:03 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9e7fbf249f 
					 
					
						
						
							
							feat: add ruby code - chapter graph ( #1303 )  
						
						
						
						
					 
					
						2024-04-26 17:30:55 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1a99dd420f 
					 
					
						
						
							
							feat(JavaScript): Add the workflow file for CI check ( #1296 )  
						
						... 
						
						
						
						* feat(JavaScript): Add the workflow file for CI check
* Apply suggestions from code review
Co-authored-by: krahets <krahets@163.com>
* Test failure
* Update javascript.yml
* Test success
---------
Co-authored-by: Yudong Jin <krahets@163.com> 
						
						
					 
					
						2024-04-22 17:51:44 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						54ced94e4f 
					 
					
						
						
							
							Fix incorrect indexes in two_sum.go ( #1297 )  
						
						
						
						
					 
					
						2024-04-22 02:28:54 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f616dac7da 
					 
					
						
						
							
							Bug fixes and improvements ( #1298 )  
						
						... 
						
						
						
						* Fix is_empty() implementation in the stack and queue chapter
* Update en/CONTRIBUTING.md
* Remove "剩余" from the state definition of knapsack problem
* Sync zh and zh-hant versions
* Update the stylesheets of code tabs
* Fix quick_sort.rb
* Fix TS code
* Update chapter_paperbook
* Upload the manuscript of 0.1 section
* Fix binary_tree_dfs.rb
* Bug fixes
* Update README
* Update README
* Update README
* Update README.md
* Update README
* Sync zh and zh-hant versions
* Bug fixes 
						
						
					 
					
						2024-04-22 02:26:32 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						587344da62 
					 
					
						
						
							
							feat(TypeScript): Add the workflow file for CI check ( #1280 )  
						
						... 
						
						
						
						* feat(TypeScript): Add the workflow file for CI check
* fix: Install TypeScript Execute (tsx)
* test: Test failed
* test: Test successful
* test: on windows
* Add a bug
* feat: type checking
* test: Test successful
* feat: add main
* fix: use process
* feat: use es-main
* Test failure
* feat: streamlined configuration
* Apply suggestions from code review
Co-authored-by: Yudong Jin <krahets@163.com>
* feat: remove lock file
* Test failure
* Test success
---------
Co-authored-by: Yudong Jin <krahets@163.com> 
						
						
					 
					
						2024-04-19 18:48:58 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						499419e4ce 
					 
					
						
						
							
							Create quick_sort.rb ( #1223 )  
						
						... 
						
						
						
						* Create quick_sort.rb
* Update quick_sort.rb
* Update quick_sort.rb
* Update quick_sort.rb 
						
						
					 
					
						2024-04-19 18:26:54 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						19488b13c4 
					 
					
						
						
							
							feat: add ruby codes - chapter tree ( #1288 )  
						
						
						
						
					 
					
						2024-04-19 15:50:43 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						be9931c8a1 
					 
					
						
						
							
							feat: Add Ruby code - chapter "Hashing" ( #1276 )  
						
						... 
						
						
						
						* feat: add ruby code - chapter hashing
* feat: add ruby code blocks - chapter hashing
* fix: comments 
						
						
					 
					
						2024-04-15 16:20:26 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2b11639103 
					 
					
						
						
							
							fix(C): Update common.h ( #1278 )  
						
						... 
						
						
						
						请问这里为了防止重复包含头文件是不是应该改成COMMON_H,因为头文件名字叫做common.h 
						
						
					 
					
						2024-04-15 14:54:28 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d484b08c15 
					 
					
						
						
							
							Prepare 1.1.0 release ( #1274 )  
						
						... 
						
						
						
						* Update bucket_sort.c
* Fix the comments in quick_sort.c
* Update the announce badge
* Sync zh and zh-hant versions
* Update contributors list.
* Sync zh and zh-hant versions.
* Sync zh and zh-hant versions.
* Update the contributors list
* Update the version number 
						
						
					 
					
						2024-04-14 20:46:20 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						16942dfe32 
					 
					
						
						
							
							fix(C): fix the array initialization in coin_change.c  ( #1277 )  
						
						... 
						
						
						
						* add
* Update coin_change.c
* Update coin_change.c
---------
Co-authored-by: Yudong Jin <krahets@163.com> 
						
						
					 
					
						2024-04-14 17:30:21 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4d9bbe72e1 
					 
					
						
						
							
							Improve the consistency between code and comments in Kotlin ( #1268 )  
						
						... 
						
						
						
						* style(kotlin): Make code and comments consistent.
* style(kotlin): convert comment location.
* style(c): Add missing comment.
* style(kotlin): Remove redundant semicolon, parenthesis and brace
* style(kotlin): Put constants inside the function.
* style(kotlin): fix unnecessary indentation.
* style(swift): Add missing comment.
* style(kotlin): Add missing comment.
* style(kotlin): Remove redundant comment.
* style(kotlin): Add missing comment.
* Update linked_list.kt
* style(csharp,js,ts): Add missing comment.
* style(kotlin): Remove empty lines.
* Update list.cs
* Update list.js
* Update list.ts
* roll back to commit 1
* style(cs,js,ts): Add missing comment in docfile.
* style(kotlin): Use normal element swapping instead of scope functions. 
						
						
					 
					
						2024-04-13 20:09:39 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						92337671a6 
					 
					
						
						
							
							feat: Add Ruby code - chapter "Searching" ( #1262 )  
						
						... 
						
						
						
						* create RUBY searching files & finish two_sum.rb
* finish linear_search.rb
* finish hashing_search.rb
* finish binary_search.rb
* finish binary_search_insertion.rb
* finish binary_search_edge.rb
* fix: change 'or' to '||'
* fix: Adjust the code style(ruby searching)
* fix: repair file name
* fix: Adjust the output format
* fix: fix 0...nums.length & delete useless require & change into __FILE__==0 block 
						
						
					 
					
						2024-04-12 03:10:15 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						aca850244b 
					 
					
						
						
							
							fix(C): fix array_hash_map.c and bucket_sort.c ( #1272 )  
						
						... 
						
						
						
						* fix: Fix coding error, https://github.com/krahets/hello-algo/discussions/440#discussioncomment-8958379 
* fix: Fix issue 1237 https://github.com/krahets/hello-algo/issues/1237 
* Update array_hash_map.c
* Update bucket_sort.c
* Update bucket_sort.c
* Update array_hash_map.c
* Update bucket_sort.c
* Update bucket_sort.c
---------
Co-authored-by: Yudong Jin <krahets@163.com> 
						
						
					 
					
						2024-04-12 03:03:18 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						49e6a208f6 
					 
					
						
						
							
							Create insertion_sort.rb ( #1222 )  
						
						... 
						
						
						
						* Create insertion_sort.rb
* Update insertion_sort.rb
* Update insertion_sort.rb
* Update insertion_sort.rb 
						
						
					 
					
						2024-04-11 20:52:54 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6404a53fc6 
					 
					
						
						
							
							chore: update driver code ( #1265 )  
						
						
						
						
					 
					
						2024-04-10 22:38:48 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a3ee733e7b 
					 
					
						
						
							
							fix(Kotlin): Remove empty lines ( #1264 )  
						
						
						
						
					 
					
						2024-04-10 21:19:19 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						30fd4ef646 
					 
					
						
						
							
							添加for循环的花括号以增加可读性和可维护性 ( #1249 )  
						
						
						
						
					 
					
						2024-04-10 19:01:22 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1623e3c6a8 
					 
					
						
						
							
							feat(Kotlin): Replace value with _val ( #1254 )  
						
						... 
						
						
						
						* ci(kotlin): Add workflow file.
* Update kotlin.yml
* style(kotlin): value -> _val
---------
Co-authored-by: Yudong Jin <krahets@163.com> 
						
						
					 
					
						2024-04-10 18:09:43 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						78f71eeacb 
					 
					
						
						
							
							Bug fixes and improvements ( #1252 )  
						
						... 
						
						
						
						* Bug fixes
* Fix the landing page of zh-hant version
* Bug fixes and add an Q&A for chapter_data_structure
* Update the mindmap for zh-hant version 
						
						
					 
					
						2024-04-09 19:55:59 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						896d9a64f6 
					 
					
						
						
							
							Refine kotlin code ( #1241 )  
						
						... 
						
						
						
						* style(kotlin): Improve kotlin codes readability.
* remove redundant quotes.
* style(kotlin): improve codes readability.
* style(kotlin): refine kotlin codes.
* Create kotlin.yml
* Create kotlin.yml
* Delete .github/workflows/kotlin
* Delete .github/workflows/main.yml
* Create kotlin.yml
* Update kotlin.yml
* Delete .github/workflows/kotlin.yml
* Create hello_world_workflow.main.kts
* Delete .github/workflows/hello_world_workflow.main.kts
* remove empty line 
						
						
					 
					
						2024-04-09 16:26:58 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						41dd677338 
					 
					
						
						
							
							Add Ruby test CI ( #1242 )  
						
						... 
						
						
						
						* test: add test all Ruby code
* test: add ruby test ci
* Update ruby.yml
---------
Co-authored-by: Yudong Jin <krahets@163.com> 
						
						
					 
					
						2024-04-09 03:20:04 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3fe8f67ba9 
					 
					
						
						
							
							Improve readability of Kotlin code ( #1236 )  
						
						... 
						
						
						
						* style(kotlin): Improve kotlin codes readability.
* remove redundant quotes.
* style(kotlin): improve codes readability. 
						
						
					 
					
						2024-04-08 16:09:34 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5725b8a0f1 
					 
					
						
						
							
							Improve readability of kotlin code ( #1233 )  
						
						... 
						
						
						
						* style(kotlin): Improve kotlin codes readability.
* remove redundant quotes. 
						
						
					 
					
						2024-04-07 18:56:59 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e121665772 
					 
					
						
						
							
							feat: add ruby code - chapter stack and queue ( #1230 )  
						
						
						
						
					 
					
						2024-04-07 14:48:48 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f901a31bae 
					 
					
						
						
							
							fix(Rust): no need to clone in hash put fn ( #1226 )  
						
						... 
						
						
						
						* no need to clone in hash put fn
* fmt rust code
* make code more readable
* Change vec append to extend, more friendly to rookie rust dev
* drop comment 
						
						
					 
					
						2024-04-07 14:46:21 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4fadad50ba 
					 
					
						
						
							
							fix: Some Ruby code ( #1231 )  
						
						... 
						
						
						
						* fix: ruby code block - chapter computational complexity
* fix: ruby code - chapter array and linkedlist 
						
						
					 
					
						2024-04-07 01:39:45 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						db164f6703 
					 
					
						
						
							
							fix memory leak in the C code ( #1203 )  
						
						... 
						
						
						
						* fix memory leak when size(deque) == 1
* fix memory leak 
						
						
					 
					
						2024-04-07 01:36:55 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2655a2f66a 
					 
					
						
						
							
							Simplify kotlin code and improve code readability ( #1198 )  
						
						... 
						
						
						
						* Add kotlin code block for chapter_hashing
* Add kotlin code block for chapter_heap.
* Add kotlin code block for chapter_stack_and_queue and chapter_tree
* fix indentation
* Update binary_tree.md
* style(kotlin): simplify code and improve readability.
* simplify kt code for chapter_computational_complexity.
* style(kotlin): replace ArrayList with MutableList.
* Update subset_sum_i.kt
Use kotlin api instead of java.
* Update subset_sum_ii.kt
use kotlin api instead of java
* style(kotlin): replace ArrayList with mutablelist.
---------
Co-authored-by: Yudong Jin <krahets@163.com> 
						
						
					 
					
						2024-04-07 01:31:58 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6e570e2863 
					 
					
						
						
							
							Update README for zh-hant version ( #1228 )  
						
						... 
						
						
						
						* Bug fixes
* Fix the term in heap figures
* Unify the font of the chapter covers for the zh, en, and zh-Hant version
* Sync the zh-hant vertion with the main branch
* Update README for testing
* Update README for testing
* Update README for testing
* Update README for zh, en, zh-hant version
* Fix the issue links
* Update README
* Update README
* edition -> version 
						
						
					 
					
						2024-04-06 03:57:46 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d8cae21da3 
					 
					
						
						
							
							Fix the driver code of quick_sort.cpp ( #1219 )  
						
						
						
						
					 
					
						2024-04-04 19:37:18 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						043085d0ea 
					 
					
						
						
							
							fix: adapt missing ruby style guide ( #1216 )  
						
						
						
						
					 
					
						2024-04-03 21:01:29 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c435d177a1 
					 
					
						
						
							
							Create chapter_computational_complexity/iteration.rb ( #1207 )  
						
						... 
						
						
						
						Co-authored-by: Yudong Jin <krahets@163.com> 
						
						
					 
					
						2024-04-03 15:51:20 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						fd580a184a 
					 
					
						
						
							
							feat: Add Ruby code - chapter "computational complexity" ( #1212 )  
						
						... 
						
						
						
						* feat: add ruby code - chapter computational complexity
* feat: add ruby code blocks 
						
						
					 
					
						2024-04-03 05:10:25 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b3f100aff1 
					 
					
						
						
							
							Bug fixes and improvements ( #1205 )  
						
						... 
						
						
						
						* Add Ruby code blocks to documents
* Remove Ruby code from en/docs
* Remove "center-table" class in index.md
* Add "data-toc-label" to handle the latex heading during the build process
* Use normal JD link instead.
* Bug fixes 
						
						
					 
					
						2024-04-01 19:37:00 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5ce088de52 
					 
					
						
						
							
							Fix inconsistent comments Ruby - chapter array and linked list ( #1202 )  
						
						... 
						
						
						
						* fix: inconsistent comments Ruby - chapter array and linked list
* fix: better Ruby code & comments 
						
						
					 
					
						2024-03-31 15:58:35 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						034ee65e9a 
					 
					
						
						
							
							Fix bugs and harmonize the code comments ( #1199 )  
						
						... 
						
						
						
						* Fix the comment in array_deque.go
* Fix the comment in bucket_sort.c
* Translate the Java code comments to Chinese
* Bug fixes
* 二分查找 -> 二分搜尋
* Harmonize comments in `utils` between multiple programming languages 
						
						
					 
					
						2024-03-31 03:06:41 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						85ca4cce43 
					 
					
						
						
							
							feat: Add ruby code - chapter "array & linked list" ( #1158 )  
						
						... 
						
						
						
						* feat: add ruby code chapter array & linked list
- array.rb
- linked_list.rb
- list.rb
- my_list.rb
* feat: add ruby code blocks
* chore: fix convention 
						
						
					 
					
						2024-03-30 13:10:46 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						556af1624c 
					 
					
						
						
							
							No need to match expand pop, just return it ( #1154 )  
						
						
						
						
					 
					
						2024-03-27 01:29:43 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9c07ca99f3 
					 
					
						
						
							
							Fix the comment in recursion.kt ( #1177 )  
						
						... 
						
						
						
						* feat(kotlin): add kotlin code for utils file.
* Update ListNode.kt
* Update PrintUtil.kt
* fix: add the header comment for linkedlist_stack class.
* fix(kotlin): fix the kotlin file name.
* delete blank line in main function
* add comment for class head.
* delete the old file.
* fix the created time
* delete blank line beneath files.
* keep tailRecur function consistent with other.
* Update recursion.kt
---------
Co-authored-by: Yudong Jin <krahets@163.com> 
						
						
					 
					
						2024-03-26 03:14:13 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						43bb45bceb 
					 
					
						
						
							
							Several bug fixes and improvements ( #1178 )  
						
						... 
						
						
						
						* Update pythontutor block with the latest code
* Move docs-en to en/docs
* Move mkdocs.yml and README to en folder
* Fix en/mkdocs.yml
* Update the landing page
* Fix the glossary
* Reduce the font size of the code block tabs
* Add Kotlin blocks to en/docs
* Fix the code link in en/.../deque.md
* Fix the EN README link 
						
						
					 
					
						2024-03-26 02:49:26 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						42f48405ef 
					 
					
						
						
							
							Fix all the incorrect comment in kotin files ( #1176 )  
						
						... 
						
						
						
						* feat(kotlin): add kotlin code for utils file.
* Update ListNode.kt
* Update PrintUtil.kt
* fix: add the header comment for linkedlist_stack class.
* fix(kotlin): fix the kotlin file name.
* delete blank line in main function
* add comment for class head.
* delete the old file.
* fix the created time
* delete blank line beneath files.
---------
Co-authored-by: Yudong Jin <krahets@163.com> 
						
						
					 
					
						2024-03-25 22:14:55 +08:00