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

Learn go basics #150

Open
wants to merge 44 commits into
base: master
Choose a base branch
from
Open

Learn go basics #150

wants to merge 44 commits into from

Commits on Mar 30, 2023

  1. Added solution for 1 and 2

    Signed-off-by: mindy <[email protected]>
    mzhou356 committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    0d85e1c View commit details
    Browse the repository at this point in the history
  2. Added solution for 03

    Signed-off-by: mindy <[email protected]>
    mzhou356 committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    58bc9f4 View commit details
    Browse the repository at this point in the history
  3. Added solution for 04

    Signed-off-by: mindy <[email protected]>
    mzhou356 committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    f419e0d View commit details
    Browse the repository at this point in the history
  4. Added solution for 05

    Signed-off-by: mindy <[email protected]>
    mzhou356 committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    aa55f2f View commit details
    Browse the repository at this point in the history
  5. Added solution for 06

    Signed-off-by: mindy <[email protected]>
    mzhou356 committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    a4d117e View commit details
    Browse the repository at this point in the history
  6. Added solution for 07

    Signed-off-by: mindy <[email protected]>
    mzhou356 committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    3563ebf View commit details
    Browse the repository at this point in the history
  7. Added solution for 08

    Signed-off-by: mindy <[email protected]>
    mzhou356 committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    424f190 View commit details
    Browse the repository at this point in the history
  8. Added solution for 09

    Signed-off-by: mindy <[email protected]>
    mzhou356 committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    57a2105 View commit details
    Browse the repository at this point in the history
  9. Added solution for 10

    Signed-off-by: mindy <[email protected]>
    mzhou356 committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    db3e739 View commit details
    Browse the repository at this point in the history
  10. Added solutions for type-conversion.

    Signed-off-by: mindy <[email protected]>
    mzhou356 committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    50e9f22 View commit details
    Browse the repository at this point in the history
  11. Added solution for command line args.

    Signed-off-by: mindy <[email protected]>
    mzhou356 committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    332bdd8 View commit details
    Browse the repository at this point in the history
  12. updated change in 06 of command line args.

    Signed-off-by: mindy <[email protected]>
    mzhou356 committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    08dc565 View commit details
    Browse the repository at this point in the history
  13. corrected conversion answer

    Signed-off-by: mindy <[email protected]>
    mzhou356 committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    00576d0 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. Added exercises for strings.

    Signed-off-by: mindy <[email protected]>
    mzhou356 committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    b080927 View commit details
    Browse the repository at this point in the history
  2. Added iota exercises.

    Signed-off-by: mindy <[email protected]>
    mzhou356 committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    04a501c View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2023

  1. Added exercises for printf.

    Signed-off-by: mindy <[email protected]>
    mzhou356 committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    53d20c5 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2023

  1. Added solutions for parts of if statements.

    Signed-off-by: mindy <[email protected]>
    mzhou356 committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    9722bf1 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. Added solution for challenge

    Signed-off-by: Mindy Dossett <[email protected]>
    mzhou356 committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    3374618 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. Added solution for 05-moving-rating.

    Signed-off-by: Mindy Dossett <[email protected]>
    mzhou356 committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    8eb871c View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. added solution for 01-richter-scale

    Signed-off-by: mindy <[email protected]>
    mzhou356 committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    eb23097 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. Added solution for exercises for switch.

    Signed-off-by: mindy <[email protected]>
    mzhou356 committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    579deed View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. Added exercises for multiplication table

    Signed-off-by: mindy <[email protected]>
    mzhou356 committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    e2e1831 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. Added parts of solutions to exercises for for-loops.

    Signed-off-by: mindy <[email protected]>
    mzhou356 committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    1d0520b View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Added exercises for randomization game.

    Signed-off-by: mindy <[email protected]>
    mzhou356 committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    bfded81 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. Added soluiton for labelled statement.

    Signed-off-by: mindy <[email protected]>
    mzhou356 committed May 1, 2023
    Configuration menu
    Copy the full SHA
    615c5d1 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. completed moodly challenge.

    Signed-off-by: mindy <[email protected]>
    mzhou356 committed May 2, 2023
    Configuration menu
    Copy the full SHA
    6be8b7c View commit details
    Browse the repository at this point in the history

Commits on May 7, 2023

  1. Added solutions for exercise 1 to 7

    Signed-off-by: mindy <[email protected]>
    mzhou356 committed May 7, 2023
    Configuration menu
    Copy the full SHA
    9015a9c View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. completed all exercises for arrays.

    Signed-off-by: mindy <[email protected]>
    mzhou356 committed May 22, 2023
    Configuration menu
    Copy the full SHA
    58b0012 View commit details
    Browse the repository at this point in the history
  2. Completed animating clock challenge.

    Signed-off-by: mindy <[email protected]>
    mzhou356 committed May 22, 2023
    Configuration menu
    Copy the full SHA
    cc24975 View commit details
    Browse the repository at this point in the history
  3. Added simple follow up questions.

    Signed-off-by: mindy <[email protected]>
    mzhou356 committed May 22, 2023
    Configuration menu
    Copy the full SHA
    966118d View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. added exercise solution for go slices.

    Signed-off-by: mindy <[email protected]>
    mzhou356 committed May 23, 2023
    Configuration menu
    Copy the full SHA
    9977c9a View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. added exercises for slices.

    Signed-off-by: mindy <[email protected]>
    mzhou356 committed May 25, 2023
    Configuration menu
    Copy the full SHA
    f8cdf56 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. Added slicing exericses for go.

    Signed-off-by: mindy <[email protected]>
    mzhou356 committed May 26, 2023
    Configuration menu
    Copy the full SHA
    7f7a44c View commit details
    Browse the repository at this point in the history

Commits on May 27, 2023

  1. Added exercises for slice internals.

    Signed-off-by: mindy <[email protected]>
    mzhou356 committed May 27, 2023
    Configuration menu
    Copy the full SHA
    543eefa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4f0964 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2023

  1. Configuration menu
    Copy the full SHA
    4887518 View commit details
    Browse the repository at this point in the history
  2. rewrite solution from io utils to os.

    Signed-off-by: mindy <[email protected]>
    mzhou356 committed May 28, 2023
    Configuration menu
    Copy the full SHA
    22e3661 View commit details
    Browse the repository at this point in the history
  3. updated the solution from io/utils to os.

    Signed-off-by: mindy <[email protected]>
    mzhou356 committed May 28, 2023
    Configuration menu
    Copy the full SHA
    c1639cf View commit details
    Browse the repository at this point in the history
  4. changed from util/io -> os and added log.fatal.

    Signed-off-by: mindy <[email protected]>
    mzhou356 committed May 28, 2023
    Configuration menu
    Copy the full SHA
    0f3046a View commit details
    Browse the repository at this point in the history
  5. added solution for sort a file.

    Signed-off-by: mindy <[email protected]>
    mzhou356 committed May 28, 2023
    Configuration menu
    Copy the full SHA
    d5e9090 View commit details
    Browse the repository at this point in the history
  6. Added solution for sort a file with ordinal.

    Signed-off-by: mindy <[email protected]>
    mzhou356 committed May 28, 2023
    Configuration menu
    Copy the full SHA
    dcda87e View commit details
    Browse the repository at this point in the history
  7. Added solution for print directories.

    Signed-off-by: mindy <[email protected]>
    mzhou356 committed May 28, 2023
    Configuration menu
    Copy the full SHA
    aee6462 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2023

  1. Added exercises for bouncing ball.

    Signed-off-by: mindy <[email protected]>
    mzhou356 committed May 29, 2023
    Configuration menu
    Copy the full SHA
    b624780 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. Added exercises for go runes/string/bytes.

    Signed-off-by: mindy <[email protected]>
    mzhou356 committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    27e981c View commit details
    Browse the repository at this point in the history