728x90
반응형

jini:) 123

[해커랭크(HackerRank) JAVA 풀이] - Java Abstract Class

해커랭크 - https://www.hackerrank.com/ Prepare > Java > Object Oriented Programming > Java Abstract Class HackerRank HackerRank is the market-leading technical assessment and remote interview solution for hiring developers. Learn how to hire technical talent from anywhere! www.hackerrank.com Java 추상 클래스는 인스턴스화할 수 없는 클래스입니다. 즉, 추상 클래스의 새 인스턴스를 만들 수 없습니다. 하위 클래스의 기반으로 작동합니다. 이 도전을 시도하기 전에 Java 상속에 대해 ..

[해커랭크(HackerRank) SQL 풀이] - Weather Observation Station 1

해커 랭크 - https://www.hackerrank.com/ Prepare > SQL > Basic Select > Weather Observation Station 1 HackerRank - Online Coding Tests and Technical Interviews HackerRank is the market-leading coding test and interview solution for hiring developers. Start hiring at the pace of innovation! www.hackerrank.com STATION 테이블에서 CITY와 STATE 목록을 조회합니다. STATION 테이블에 대한 설명은 다음과 같습니다. 여기서 LAT_N은 북위, LONG_W는 서경입..

[해커랭크(HackerRank) JAVA 풀이] - Java Inheritance II

해커랭크 - https://www.hackerrank.com/ Prepare > Java > Object Oriented Programming > Java Inheritance II HackerRank HackerRank is the market-leading technical assessment and remote interview solution for hiring developers. Learn how to hire technical talent from anywhere! www.hackerrank.com 2개의 정수를 매개변수로 사용하고 그 합을 나타내는 정수를 반환하는 add라는 메서드가 있는 Arithmetic이라는 클래스입니다. Arithmetic이라는 수퍼 클래스에서 상속되는 Adder라는..

[해커랭크(HackerRank) SQL 풀이] - Japanese Cities' Names

해커 랭크 - https://www.hackerrank.com/ Prepare > SQL > Basic Select > Japanese Cities' Names HackerRank - Online Coding Tests and Technical Interviews HackerRank is the market-leading coding test and interview solution for hiring developers. Start hiring at the pace of innovation! www.hackerrank.com CITY 테이블 내 모든 일본 도시의 이름을 조회합니다. 일본의 국가 코드는 JPN입니다. CITY 테이블은 다음과 같이 설명되어 있습니다. MySQL SELECT NAME FRO..

[해커랭크(HackerRank) JAVA 풀이] - Java Inheritance I

해커랭크 - https://www.hackerrank.com/ Prepare > Java > Object Oriented Programming > Java Inheritance I HackerRank HackerRank is the market-leading technical assessment and remote interview solution for hiring developers. Learn how to hire technical talent from anywhere! www.hackerrank.com 상속을 사용하면 한 클래스가 다른 클래스의 속성을 얻을 수 있습니다. 다음 Animal 클래스를 고려하십시오. class Animal{ void walk(){ System.out.println("I..

[해커랭크(HackerRank) SQL 풀이] - Japanese Cities' Attributes

해커 랭크 - https://www.hackerrank.com/ Prepare > SQL > Basic Select > Japanese Cities' Attributes HackerRank - Online Coding Tests and Technical Interviews HackerRank is the market-leading coding test and interview solution for hiring developers. Start hiring at the pace of innovation! www.hackerrank.com CITY 테이블 내 모든 일본 도시의 속성을 조회합니다. 일본의 국가 코드는 JPN입니다. CITY 테이블은 다음과 같이 설명되어 있습니다. MySQL SELECT * F..

[해커랭크(HackerRank) JAVA 풀이] - Java Priority Queue

해커랭크 - https://www.hackerrank.com/ Prepare > Java > Data Structures > Java Priority Queue HackerRank HackerRank is the market-leading technical assessment and remote interview solution for hiring developers. Learn how to hire technical talent from anywhere! www.hackerrank.com 컴퓨터 과학에서 우선순위 대기열은 일반 대기열과 비슷하지만 추가로 각 요소에 연결된 "우선순위"가 있는 추상 데이터 유형입니다. 우선순위 대기열에서 우선순위가 높은 요소는 우선순위가 낮은 요소보다 먼저 제공됩니다. -..

[해커랭크(HackerRank) SQL 풀이] - Select By ID

해커랭크 - https://www.hackerrank.com/ Prepare > SQL > Basic Select > Select By ID HackerRank - Online Coding Tests and Technical Interviews HackerRank is the market-leading coding test and interview solution for hiring developers. Start hiring at the pace of innovation! www.hackerrank.com CITY 테이블에 ID가 1661인 모든 칼럼을 조회합니다. CITY 테이블은 다음과 같이 설명되어 있습니다. MySQL SELECT * FROM CITY WHERE ID = '1661'; Oracl..

[해커랭크(HackerRank) JAVA 풀이] - Java BitSet

해커랭크 - https://www.hackerrank.com/ Prepare > Java > Data Structures > Java BitSet HackerRank HackerRank is the market-leading technical assessment and remote interview solution for hiring developers. Learn how to hire technical talent from anywhere! www.hackerrank.com Java의 BitSet 클래스는 필요에 따라 커지는 비트 값 벡터(즉, false(0) 또는 true(1))를 구현하므로 공간을 최적화하면서 비트를 쉽게 조작할 수 있습니다(다른 컬렉션과 비교할 때). 비트 값이 1인 모든 요소를 ..

[해커랭크(HackerRank) SQL 풀이] - Select All

해커 랭크 - https://www.hackerrank.com/ Prepare > SQL > Basic Select > Select All HackerRank - Online Coding Tests and Technical Interviews HackerRank is the market-leading coding test and interview solution for hiring developers. Start hiring at the pace of innovation! www.hackerrank.com CITY 테이블 내의 각 행에 대해 모든 칼럼(어트리뷰트)을 조회합니다. CITY 테이블은 다음과 같이 설명되어 있습니다. MySQL SELECT * FROM CITY; Oracle SELECT * F..

728x90
반응형