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

Commits on Sep 9, 2020

  1. * "ibegin", "iend" are replaced with "nbegin", "nend". They would not…

    … be visible, but also be less confused.
    iconstudio committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    9b88c70 View commit details
    Browse the repository at this point in the history
  2. * The Grid completed.

    Signed-off-by: iconstudio <yoyofa2@hotmail.com>
    iconstudio committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    904a212 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2020

  1. * Completely rework on Iterators, Containers, Algorithms.

    + 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>
    iconstudio committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    0d67bd6 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' of https://github.com/iconstudio/GMContainers

    Signed-off-by: iconstudio <yoyofa2@hotmail.com>
    iconstudio committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    ac2c125 View commit details
    Browse the repository at this point in the history
  3. * Make works containers.

    Signed-off-by: iconstudio <yoyofa2@hotmail.com>
    iconstudio committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    f0da569 View commit details
    Browse the repository at this point in the history
  4. * Readme updated.

    Signed-off-by: iconstudio <yoyofa2@hotmail.com>
    iconstudio committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    fac3120 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2020

  1. + More parameter annotations added.

    * Positions of some method modified for more consistency.
    
    Signed-off-by: iconstudio <yoyofa2@hotmail.com>
    iconstudio committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    6dfd4df View commit details
    Browse the repository at this point in the history
  2. * More works on associative containers.

    * Iterators added to the Map.
    
    Signed-off-by: iconstudio <yoyofa2@hotmail.com>
    iconstudio committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    fc312ae View commit details
    Browse the repository at this point in the history
  3. * Check off the maps in readme.

    Signed-off-by: iconstudio <yoyofa2@hotmail.com>
    iconstudio committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    7d6047d View commit details
    Browse the repository at this point in the history