Giter Site home page Giter Site logo

go_hamdan-yuwafi-mastu-wijaya's Introduction

Hey Folks ๐Ÿ‘‹, I'm Hamdan!

Final year Computer Science student at Universitas Pembangunan Nasional "Veteran" Jawa Timur.
A Frontend Engineer who have interests on Backend.

๐Ÿ› ๏ธ My Wrenches and Hammers
TypeScript, Golang;
Still using PHP; and
Learns dart, swift and anything that I interested in.

๐Ÿ“ซ Reach me up

Gmail Badge Linkedin Badge Twitter Badge

go_hamdan-yuwafi-mastu-wijaya's People

Contributors

thisham avatar

Watchers

 avatar

go_hamdan-yuwafi-mastu-wijaya's Issues

[TASK-4] Basic Programming

  • summary
  • programming tasks
    1. wide of a cube;
    2. numeric to A-F grade;
    3. number dividing factor;
    4. prime number;
    5. palindrome;
    6. exponentation;
    7. asterisk pyramide;
    8. multiplication table.

[TASK-6] Data Structures

  • Summaries
  • Coding Tasks
    • merge array, but no same string and no brute force
    • find which number displayed once
    • find pair sums to the target number with O(n) complexity

[TASK-3] Introduction to Algorithm and Golang

You need to practice how to create:

  1. algorithm to inspect a number is prime or not;
  2. algorithm to detect the lamp is active or not, but on:
    • there is a group of n buttons, each button has numbered 1 to n;
    • the state of the lamp will be changed if a button numbered by modulo of n with i is pressed;
    • the buttons will be pressed once from 1 to n.
  3. install golang;
  4. make a "hello world" program with golang.

[TASK-5] Time Complexity and Space Complexity

  • write a course summary
  • code task:
    1. prime check with better complexity than O(n) or O(n/2)
    2. fast exponentiation with better complexity than O(n) -> O(log n)
    3. merge array, but no same string and no brute force
    4. find which number displayed once
    5. find pair sums to the target number with O(n) complexity

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.