Giter Club home page Giter Club logo

algorithm's Introduction

algorithm's People

Watchers

 avatar

algorithm's Issues

Java Sort library

*추가로 찾아볼 내용
자바에서 제공하는 정렬 메소드들은 어떤 정렬 알고리즘 사용할까?

[BinarySearch] 이진탐색트리 자료구조 구현

  • 이진 탐색 트리에 데이터를 넣고 빼는 방법은 알고리즘보다 자료구조에 가깝고, 이진 탐색 트리 자료구조를 구현하도록 요구하는 문제는 출제 빈도가 낮으므로, 해당 책에서는 이진 탐색 트리 구현 방법은 소개하지 않음

  • 이진 탐색 직접 구현해보자!

[TODO] Dynamic Programming

CH8 다이나믹 프로그래밍 개념 정리 - ok
문제1 & 블로그 정리 - ok
문제2 - ok
문제3 - ok
문제4 - ok

[BinarySearch] 데이터베이스의 탐색 방법은?

  • 데이터베이스의 경우:
    → 내부적으로 대용량 데이터 처리에 적합한 트리 자료구조를 이용해 항상 데이터가 정렬되어 있음
    → 데이터베이스에서의 탐색은 이진 탐색과 조금 다르지만, 이진 탐색과 유사한 방법을 이용해 탐색을 항상 빠르게 수행하도록 설계되어 있어서 데이터가 많아도 탐색하는 속도가 빠름

  • 그렇다면 데이터베이스의 탐색 방법은 무엇일까?

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.