Code Monkey home page Code Monkey logo

hw_archive_3's Introduction

homework


Algorithm

  • PA1

    정수 수열에서 S[i] + S[j] = x, 0 <= i < j <= n-1을 만족하는 정수 i와 j가 존재하는지 검사 (Quick Sort 알고리즘)
  • PA2

    행렬 E(m X n)의 모든 i, j에 대하여 E[i][j] <= E[i+1][j]와 E[i][j] <= E[i][j+1]을 모두 만족시키게끔 재배열 (Quick Sort 알고리즘)
  • PA3

    주어진 순서쌍(우선순위, 단어)의 일부만 이용해서 문장 만들기 (Merge Sort 알고리즘)
  • PA4

    n X n 격자에서 한 번 갔던 점을 또다시 방문하지 않는 모든 경로의 수 구하기 (최단거리 X, FIND ALL PATH)

Mobile Software

  • calculator

    계산기 숫자 입력 애플리케이션 (0~9 입력 및 Clear 기능)
  • exer_mode

    dark/light mode, context
  • 반려동물 건강관리 다이어리, 헬시코기

Clean Code

  • Homework1

    Select a sorting algorithm (Bubble Sort, Quick Sort 알고리즘)
  • Homework2

    Develop Homework1 & Unit Test using JUnit5

    Select a 'ascending' or 'descending' sorting algorithm (+ Insertion Sort 알고리즘)

Database Programming

  • 데이터베이스 설계와 질의 & 데이터베이스 프로그래밍

    데이터베이스(Oracle)를 활용한 프로그래밍 기법
  • 영화 예매 시스템 (고급 SQL, PL/SQL, stored procedure & function, trigger 등)

hw_archive_3's People

Contributors

jaejlf avatar

Watchers

 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.