본문 바로가기

프로그래밍4

[자료구조] 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.
[자료구조] Binary Search Tree, construction, deletion, In-order traversal 원문링크 : https://www.javatpoint.com/program-to-construct-a-binary-search-tree-and-perform-deletion-and-inorder-traversal Program to Construct a Binary Search Tree and Perform Deletion and Inorder Traversal - javatpoint Program to Construct a Binary Search Tree and Perform Deletion and Inorder Traversal on fibonacci, factorial, prime, armstrong, swap, reverse, search, sort, stack, queue, array, lin.. 2020. 3. 3.
[자료구조] Display Circular Linked List in Reverse Order. (recursive call) 참고자료 https://www.javatpoint.com/program-to-create-a-circular-linked-list-of-n-nodes-and-display-it-in-reverse-order Program to Create a Circular Linked List of N Nodes and Display it in Reverse Order - javatpoint Program to Create a Circular Linked List of N Nodes and Display it in Reverse Order on fibonacci, factorial, prime, armstrong, swap, reverse, search, sort, stack, queue, array, linkedli.. 2020. 2. 25.
[자료구조] Program to convert a given binary tree to doubly linked list Binary tree(이진트리) 란? -자료를 저장하는 구조의 한 종류로써 하나의 node에 최대 두 개의 children이 좌 우로 존재하는 형태. ex)정이진트리, 완전이진트리 등 주어진 binary tree를 doubly linked list로 변환하는 코드를 리뷰해보겠습니다. https://www.javatpoint.com/program-to-convert-a-given-binary-tree-to-doubly-linked-list Program to Convert a Given Binary Tree to Doubly Linked List - javatpoint Program to Convert a Given Binary Tree to Doubly Linked List on fibonacci, fa.. 2020. 2. 17.