* translation: Update replace_linear_by_hashing.md
refined some parts of it.
* Update replace_linear_by_hashing.md
* Update replace_linear_by_hashing.md
---------
Co-authored-by: Yudong Jin <krahets@163.com>
* A bug fixes
* Sync zh and zh-hant versions.
* Fix a question in chapter_array_and_linkedlist/summary.md
* Optimize a definition in what_is_dsa.md
* Fix the Contributing guidelines for Chinese-to-English.
* Add a q&a in chapter_array_and_linkedlist/summary.md
* Sync zh and zh-hant versions.
* Update .gitignore
* Sync zh and zh-hant versions.
* Bug fixes and improvements (#1577)
* correct the implement of exp_recur function and remove +1 operation from the function to simulate the cell division process
* Update time_complexity.rs
* Update time_complexity.md
---------
Co-authored-by: zouy26 <zouy26@chinaunicom.cn>
Co-authored-by: Yudong Jin <krahets@163.com>
* Sync zh and zh-hant versions.
* Remove the polyfill.io link from mkdocs.yml
* Update contributors' info for code reviewers and en/zh-hant versions reviewers.
* Fix graph.md
* Update avatars for English version reviewers.
* Sync zh and zh-hant versions.
* Fix two_sum_brute_force.png
* Sync zh and zh-hant versions.
Optimize structrue of index.html.
* Format index.html
* Improved HTML Structure for Better Accessibility and Maintainability
Commit Description:
Semantic Sectioning and Class Names:
Updated class names to be more descriptive.
Ensured better readability and maintainability.
Alt Text for Images:
Added alt attributes to all <img> tags to improve accessibility.
SVG Elements:
Added appropriate role attributes to SVG elements.
External Links:
Updated external links to open in a new tab using target="_blank".
Added rel="noopener noreferrer" for security reasons.
CSS Separation:
Inlined styles for demonstration purposes but recommended moving them to a separate stylesheet for better separation of concerns.
* Update index.html
* Update index.html
* Update index.html
* Update index.html
* Update index.html
* Update index.html
---------
Co-authored-by: Yudong Jin <krahets@163.com>
* translation update: Update summary.md
added and refined some parts.
I feel like that this chapter is already pretty well translated.
* translation: Update summary.md
rewritten some parts of the sentence as per Thomas suggested.
please note that some parts I re-wrote it a bit differently.
* translation update: summary.md
Added what Ymmma suggested
* translation: Update index.md
refined some parts of the sentences.
changed 'in' to 'on' as it conveys a sense of movement along a path
* translation: Update index.md
changed some words per Thomas's suggestions.
* fix: correct hash table insertion
* Use a pointer to a pointer instead of a single pointer in the insert function, ensuring proper updates to the hash table
* Bug fixes: This fixes issues with empty results.
* fix: correct issues in radix sort
* Replaced loop-based array copy with memcpy to ensure efficient memory copying in countingSortDigit
* Fixed a bug in radixSort where the maximum value search loop skipped the last element
* Bug fix: Ensures all elements are checked when determining the maximum value in the array
* perf: improve memory management by adding explicit memory release
* revert: Revert to using the old loop override array method and drop specific api's like memcpy.
* Sync zh and zh-hant versions.
* Remove the polyfill.io link from mkdocs.yml
* Update contributors' info for code reviewers and en/zh-hant versions reviewers.
* Fix graph.md
* Update avatars for English version reviewers.
* Sync zh and zh-hant versions.
* Update time_complexity.md
Update first paragraph to avoid confusion between time complexity and run time
* Update time_complexity.md
Refine the first paragraph to keep the definition of time complexity
* Update time_complexity.md
---------
Co-authored-by: Yudong Jin <krahets@163.com>