forked from krahets/hello-algo
-
Notifications
You must be signed in to change notification settings - Fork 0
Feature implementation from commits 14608d4..1a8b4f6 #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
codeOwlAI
wants to merge
20
commits into
feature-base-branch-3
Choose a base branch
from
feature-head-branch-3
base: feature-base-branch-3
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…rahets#1434) * 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 <[email protected]>
* 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
* Bug fixes and improvements (krahets#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 <[email protected]> Co-authored-by: Yudong Jin <[email protected]>
* translation: binary search updates * fix minor gramma and expression issues
* 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.
* 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 <[email protected]>
* renfined! * Add toArray() function to array_queue.c and array_deque.c --------- Co-authored-by: Xi-Row <[email protected]> Co-authored-by: krahets <[email protected]>
* Sync zh and zh-hant versions * Update the list of contributors. * Update time_complexity_simple_example.png * Reduce size of the RGBA images for zh-hant version. * Sync the zh-hant version of terminology.md * Prepare 1.2.0 release * Update the contributors list.
* translation: graph summary updates * resolve grammar issues
* Update summary.md * Update summary.md * change_2_pull_request
…rahets#1599) * Fix typo of zh-Hant translation in "線性探查" section * Fix the same typo in hash summary Q&A section * Update hash_collision.md * Update summary.md --------- Co-authored-by: Yudong Jin <[email protected]>
* Fix the search panel on mobile devices. * Fix the search panel for mobile devices. * Update about_the_book.md
…rahets#1590) * optimize sorting_algo * update terminology
…拋出' will be a better translation. (krahets#1607)
* doc: en translation for ram and cache * doc: update currency from yuan to dollars * doc: update EOF character * doc: remove the redundant EOS character * doc: remove redundant space character and polish several translations * doc: polish translations * doc: remove unnecessary 'the' and update translations * Update ram_and_cache.md * Update ram_and_cache.md --------- Co-authored-by: Yudong Jin <[email protected]>
According to PEP 8, "Comparisons to singletons like None should always be done with is or is not, never the equality operators."
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains changes from a range of commits from the original repository.
Commit Range:
14608d4..1a8b4f6
Files Changed: 114 (68 programming files)
Programming Ratio: 59.6%
Commits included:
... and 10 more commits