Code Monkey home page Code Monkey logo

algorithm_greenhorns's Introduction

Algorithm_Greenhorns

Algorithm을 스터디하는 코딩 풋내기들의 모임입니다. 아래의 싸이트에서 맴버들이 돌아가면서 매주 1문제씩 출제합니다.

2020.08.05

2020.07.10

2020.06.24

2020.06.10

2020.04.25

2020.03.26

2020.03.18

2020.03.10

2020.02.25

2020.02.14

2020.02.04

2020.01.28

2020.01.21

2020.01.14

2020.01.07

2019.12.10

2019. 12.04

2019.11.26

2019.11.12

Find Y coordinate from given points

주어진 x, y 포인트들(Points)은 좌표 평면에서 서로 직선으로 연결되어 있습니다. 이것을 바탕으로 X값에 상응하는 Y값을 반환하세요.

  • 예제
    • 입력: 8, [[0,5],[2,3],[6,2],[10,0]]
    • 출력: 1

예제설명

  • Note
    • 주어진 Points의 x,y 그리고 X는 -100000 이상 그리고 100000 이하의 모든 실수 입니다.
    • Points x값을 기준으로 정렬되어 있습니다.

본 문제는 Wwise의 Attenuation 정보를 Unreal로 가져와 원하는 형식으로 데이터를 표현하고자 할 때 필요했던 실제 사례를 바탕으로 제작한 것입니다. 구현된 알고리즘 중 성능이 우수한 것을 선별하여 Waapi를 활용한 Unreal Sound Visualizer 프로젝트에서 반영할 계획입니다.

2019.11.05

2019.10.30

2019.10.22

2019.10.15

2019.10.08

2019.10.02

2019.09.26

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.