본문 바로가기

Channi Studies

검색하기
Channi Studies
프로필사진 Chan Lee

  • 분류 전체보기 (188)
    • Data Science (1)
      • 개념과 용어 (23)
      • 통계 (8)
      • Python (4)
      • Data Structure & Algorithm (58)
    • python (17)
    • SQL (15)
    • C++ (57)
      • 함수 (Function) (11)
      • 반복문 (Loop) (4)
      • 포인터 (Pointers) (8)
      • 프로젝트 (Project) (5)
      • 객체지향 프로그래밍 (OOP) (13)
      • 기타 (16)
    • 기타 공부 (2)
    • html.css (3)
Guestbook
Notice
Recent Posts
Recent Comments
Link
«   2025/09   »
일 월 화 수 목 금 토
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30
Tags
  • pass by reference
  • const
  • C++
  • string
  • predictive analysis
  • Object Oriented Programming
  • 반복문
  • Python
  • Deep Learning
  • vscode
  • 파이썬
  • 티스토리챌린지
  • OOP
  • Data Science
  • 오블완
  • assignment operator
  • function
  • pointer
  • 포인터
  • Pre-processing
  • raw data
  • 알고리즘
  • array
  • 백준
  • 배열
  • 함수
  • baekjoon
  • Class
  • 문자열
  • programming
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록2025/09/08 (1)

Channi Studies

[Java] Stack with IntNode, two-stack reverse trick

Let's try implementing a Stack in Java using IntNode. The structure of IntNode looks like this: private static class IntNode() { int val; IntNode next; IntNode(int val, IntNode next) { this.val = val; this.next = next; }} We're going to put this private static IntNode class into the Stack class. We call it nested classes, and there are times when we should declare it a..

Data Science/Data Structure & Algorithm 2025. 9. 8. 06:18
이전 Prev 1 Next 다음

Blog is powered by kakao / Designed by Tistory

티스토리툴바