Skip to content
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

Apply Patches for reworking on iterations. #22

Merged
merged 9 commits into from
Sep 11, 2020
Merged

Apply Patches for reworking on iterations. #22

merged 9 commits into from
Sep 11, 2020

Conversation

iconstudio
Copy link
Owner

No description provided.

Signed-off-by: iconstudio <yoyofa2@hotmail.com>
+ Now there are 4 types of iterator: constant, forward, bidirectional, random.
+ Except Stack, Queue, and Deque, every containers can be iterated on.
* All algorithms would be on the global scope. They could be run on everywhere.

Signed-off-by: iconstudio <yoyofa2@hotmail.com>
Signed-off-by: iconstudio <yoyofa2@hotmail.com>
Signed-off-by: iconstudio <yoyofa2@hotmail.com>
Signed-off-by: iconstudio <yoyofa2@hotmail.com>
* Positions of some method modified for more consistency.

Signed-off-by: iconstudio <yoyofa2@hotmail.com>
* Iterators added to the Map.

Signed-off-by: iconstudio <yoyofa2@hotmail.com>
Signed-off-by: iconstudio <yoyofa2@hotmail.com>
@iconstudio iconstudio added documentation Improvements or additions to documentation newthings New feature or request labels Sep 11, 2020
@iconstudio iconstudio self-assigned this Sep 11, 2020
@iconstudio iconstudio merged commit beeccec into master Sep 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation newthings New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant