Giter Club home page Giter Club logo

nickhopper's Introduction

Readme

Mingi Hong

Hi, my name is Mingi Hong. I'm first kid in my family grew up in Anyang, Korea. I graduated Art High School majoring theater arts. Performed in Lamama theater in New York Off-Broadway. Now I'm attending Dakota State University majoring Computer Science. Nice to Meet you.

  1. Blog
  2. WebSite
  3. Youtube
  4. LinkedIn

Java

Java practices.

Pokemon

Game practices. Implementing it based on Harvard.edu's source

UI

User Interface & User Experience Especially Equipment application UI(My experience)

Hurdle Algorithm

Developing Algorithm

Hurdle1

Hurdle2

int[] sortingMedianValues(int desiredCount, int[] originalArr)

To responsive to user desired numbers and array numbers, It should be like above.

I Need Walker

I Need Step

There are Two cases

( Array.Length / DesiredCount >= 2 )

And Else

double walker = (double)(originalArr.Length - 2.0) / (double)((desiredCount - 2.0) * 2.0);
if(originalArr.Length/desiredCount >= 2 )

Hurdle3

I still need to think if there is better way, but

This works fine of Speed O(N)

Hurdle4

First case is very easy

All we need to do is making logic and exceptions such as Skip and Holding ( Because we have to add last one )

Hurdle5

Second case is bit difficult

Because it need other logic to solve

Hurdle6

else if((originalArr.Length / (differenceBTWnumbers * 2)) == skipcheck)
{
  skip++;
}

nickhopper's People

Contributors

mingisodak avatar nickmingi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

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.