본문 바로가기

pointer3

[자료구조] Program to find the nodes which are at the maximum distance in a Binary Tree 원문 링크 https://www.javatpoint.com/program-to-find-the-nodes-which-are-at-the-maximum-distance-in-a-binary-tree Program to Find the Nodes Which are at the Maximum Distance in a Binary Tree - javatpoint Program to Find the Nodes Which are at the Maximum Distance in a Binary Tree on fibonacci, factorial, prime, armstrong, swap, reverse, search, sort, stack, queue, array, linkedlist, tree, graph etc... 2020. 3. 19.
[자료구조] Swapping nodes in a singly linked list without swapping data- review https://www.javatpoint.com/program-to-swap-nodes-in-a-singly-linked-list-without-swapping-data Program To Swap Nodes In A Singly Linked List Without Swapping Data - javatpoint Program To Swap Nodes In A Singly Linked List Without Swapping Data on fibonacci, factorial, prime, armstrong, swap, reverse, search, sort, stack, queue, array, linkedlist, tree, graph etc. www.javatpoint.com singly linked.. 2020. 2. 13.
[자료구조] Singly linked list reverse algorithm diagram DataStructure 에서 linked list 부분 공부하다 pointer 개념이 명확하게 잡혀있지 않아 정리하는 과정에서 diagram을 만들어 보았습니다. 혹시나 어려움을 겪으시는 분이 있다면 제가 만든 허접한 Diagram 보고 따라가시면 조금 도움이 될 것 같습니다. 코드 출처 : https://www.javatpoint.com/program-to-determine-whether-a-singly-linked-list-is-the-palindrome linked list 에 node를 추가하고 palindrome인지 판단하고 출력하는 전체 코드입니다. Program To Determine Whether A Singly Linked List Is The Palindrome - javatpoint.. 2020. 2. 11.