Rename the common modules.

pull/478/head
krahets 2 years ago
parent 145975b335
commit 40e6d2b415

2
.gitignore vendored

@ -12,7 +12,7 @@ docs/overrides/
# build # build
build/ build/
site/ site/
utils/ ./utils/
# test script # test script
test.sh test.sh

@ -2,7 +2,7 @@
// Created Time: 2022-12-16 // Created Time: 2022-12-16
// Author: mingXta (1195669834@qq.com) // Author: mingXta (1195669834@qq.com)
using hello_algo.include; using hello_algo.utils;
using NUnit.Framework; using NUnit.Framework;
namespace hello_algo.chapter_array_and_linkedlist; namespace hello_algo.chapter_array_and_linkedlist;

@ -4,7 +4,7 @@
* Author: hpstory (hpstory1024@163.com) * Author: hpstory (hpstory1024@163.com)
*/ */
using hello_algo.include; using hello_algo.utils;
using NUnit.Framework; using NUnit.Framework;
using System.IO; using System.IO;

@ -4,7 +4,7 @@
* Author: hpstory (hpstory1024@163.com) * Author: hpstory (hpstory1024@163.com)
*/ */
using hello_algo.include; using hello_algo.utils;
using NUnit.Framework; using NUnit.Framework;
namespace hello_algo.chapter_backtracking; namespace hello_algo.chapter_backtracking;

@ -4,7 +4,7 @@
* Author: hpstory (hpstory1024@163.com) * Author: hpstory (hpstory1024@163.com)
*/ */
using hello_algo.include; using hello_algo.utils;
using NUnit.Framework; using NUnit.Framework;
namespace hello_algo.chapter_backtracking; namespace hello_algo.chapter_backtracking;

@ -4,7 +4,7 @@
* Author: hpstory (hpstory1024@163.com) * Author: hpstory (hpstory1024@163.com)
*/ */
using hello_algo.include; using hello_algo.utils;
using NUnit.Framework; using NUnit.Framework;
namespace hello_algo.chapter_backtracking; namespace hello_algo.chapter_backtracking;

@ -4,7 +4,7 @@
* Author: haptear (haptear@hotmail.com) * Author: haptear (haptear@hotmail.com)
*/ */
using hello_algo.include; using hello_algo.utils;
using NUnit.Framework; using NUnit.Framework;
namespace hello_algo.chapter_computational_complexity; namespace hello_algo.chapter_computational_complexity;

@ -4,7 +4,7 @@
* Author: zjkung1123 (zjkung1123@gmail.com) * Author: zjkung1123 (zjkung1123@gmail.com)
*/ */
using hello_algo.include; using hello_algo.utils;
using NUnit.Framework; using NUnit.Framework;
namespace hello_algo.chapter_graph; namespace hello_algo.chapter_graph;

@ -4,7 +4,7 @@
* Author: zjkung1123 (zjkung1123@gmail.com) * Author: zjkung1123 (zjkung1123@gmail.com)
*/ */
using hello_algo.include; using hello_algo.utils;
using NUnit.Framework; using NUnit.Framework;
namespace hello_algo.chapter_graph; namespace hello_algo.chapter_graph;

@ -4,7 +4,7 @@
* Author: hpstory (hpstory1024@163.com) * Author: hpstory (hpstory1024@163.com)
*/ */
using hello_algo.include; using hello_algo.utils;
using NUnit.Framework; using NUnit.Framework;
namespace hello_algo.chapter_graph; namespace hello_algo.chapter_graph;

@ -4,7 +4,7 @@
* Author: hpstory (hpstory1024@163.com) * Author: hpstory (hpstory1024@163.com)
*/ */
using hello_algo.include; using hello_algo.utils;
using NUnit.Framework; using NUnit.Framework;
namespace hello_algo.chapter_graph; namespace hello_algo.chapter_graph;

@ -5,7 +5,7 @@
* Author: haptear (haptear@hotmail.com) * Author: haptear (haptear@hotmail.com)
*/ */
using hello_algo.include; using hello_algo.utils;
using NUnit.Framework; using NUnit.Framework;
namespace hello_algo.chapter_hashing; namespace hello_algo.chapter_hashing;

@ -4,7 +4,7 @@
* Author: zjkung1123 (zjkung1123@gmail.com) * Author: zjkung1123 (zjkung1123@gmail.com)
*/ */
using hello_algo.include; using hello_algo.utils;
using NUnit.Framework; using NUnit.Framework;
namespace hello_algo.chapter_heap; namespace hello_algo.chapter_heap;

@ -4,7 +4,7 @@
* Author: zjkung1123 (zjkung1123@gmail.com) * Author: zjkung1123 (zjkung1123@gmail.com)
*/ */
using hello_algo.include; using hello_algo.utils;
using NUnit.Framework; using NUnit.Framework;
namespace hello_algo.chapter_heap; namespace hello_algo.chapter_heap;

@ -4,7 +4,7 @@
* Author: haptear (haptear@hotmail.com) * Author: haptear (haptear@hotmail.com)
*/ */
using hello_algo.include; using hello_algo.utils;
using NUnit.Framework; using NUnit.Framework;
namespace hello_algo.chapter_searching; namespace hello_algo.chapter_searching;

@ -4,7 +4,7 @@
* Author: haptear (haptear@hotmail.com) * Author: haptear (haptear@hotmail.com)
*/ */
using hello_algo.include; using hello_algo.utils;
using NUnit.Framework; using NUnit.Framework;
namespace hello_algo.chapter_searching; namespace hello_algo.chapter_searching;

@ -4,7 +4,7 @@
* Author: haptear (haptear@hotmail.com) * Author: haptear (haptear@hotmail.com)
*/ */
using hello_algo.include; using hello_algo.utils;
using NUnit.Framework; using NUnit.Framework;
namespace hello_algo.chapter_stack_and_queue; namespace hello_algo.chapter_stack_and_queue;

@ -4,7 +4,7 @@
* Author: haptear (haptear@hotmail.com) * Author: haptear (haptear@hotmail.com)
*/ */
using hello_algo.include; using hello_algo.utils;
using NUnit.Framework; using NUnit.Framework;
namespace hello_algo.chapter_stack_and_queue; namespace hello_algo.chapter_stack_and_queue;

@ -4,7 +4,7 @@
* Author: haptear (haptear@hotmail.com) * Author: haptear (haptear@hotmail.com)
*/ */
using hello_algo.include; using hello_algo.utils;
using NUnit.Framework; using NUnit.Framework;
namespace hello_algo.chapter_tree; namespace hello_algo.chapter_tree;

@ -4,7 +4,7 @@
* Author: haptear (haptear@hotmail.com) * Author: haptear (haptear@hotmail.com)
*/ */
using hello_algo.include; using hello_algo.utils;
using NUnit.Framework; using NUnit.Framework;
namespace hello_algo.chapter_tree; namespace hello_algo.chapter_tree;

@ -4,7 +4,7 @@
* Author: haptear (haptear@hotmail.com) * Author: haptear (haptear@hotmail.com)
*/ */
using hello_algo.include; using hello_algo.utils;
using NUnit.Framework; using NUnit.Framework;
namespace hello_algo.chapter_tree; namespace hello_algo.chapter_tree;

@ -4,7 +4,7 @@
* Author: haptear (haptear@hotmail.com) * Author: haptear (haptear@hotmail.com)
*/ */
using hello_algo.include; using hello_algo.utils;
using NUnit.Framework; using NUnit.Framework;
namespace hello_algo.chapter_tree; namespace hello_algo.chapter_tree;

@ -4,7 +4,7 @@
* Author: haptear (haptear@hotmail.com) * Author: haptear (haptear@hotmail.com)
*/ */
using hello_algo.include; using hello_algo.utils;
using NUnit.Framework; using NUnit.Framework;
namespace hello_algo.chapter_tree; namespace hello_algo.chapter_tree;

@ -2,7 +2,7 @@
// Created Time: 2022-12-16 // Created Time: 2022-12-16
// Author: mingXta (1195669834@qq.com) // Author: mingXta (1195669834@qq.com)
namespace hello_algo.include; namespace hello_algo.utils;
/* Definition for a singly-linked list node */ /* Definition for a singly-linked list node */
public class ListNode { public class ListNode {

@ -4,7 +4,7 @@
* Author: haptear (haptear@hotmail.com), krahets (krahets@163.com) * Author: haptear (haptear@hotmail.com), krahets (krahets@163.com)
*/ */
namespace hello_algo.include; namespace hello_algo.utils;
public class Trunk { public class Trunk {
public Trunk? prev; public Trunk? prev;

@ -4,7 +4,7 @@
* Author: haptear (haptear@hotmail.com) * Author: haptear (haptear@hotmail.com)
*/ */
namespace hello_algo.include; namespace hello_algo.utils;
/* 二叉树节点类 */ /* 二叉树节点类 */
public class TreeNode { public class TreeNode {

@ -4,7 +4,7 @@
* Author: zjkung1123 (zjkung1123@gmail.com), krahets (krahets@163.com) * Author: zjkung1123 (zjkung1123@gmail.com), krahets (krahets@163.com)
*/ */
namespace hello_algo.include; namespace hello_algo.utils;
/* 顶点类 */ /* 顶点类 */
public class Vertex { public class Vertex {

@ -0,0 +1,36 @@
/**
* File: ListNode.java
* Created Time: 2022-11-25
* Author: Krahets (krahets@163.com)
*/
package utils;
/* Definition for a singly-linked list node */
public class ListNode {
public int val;
public ListNode next;
public ListNode(int x) {
val = x;
}
/* Generate a linked list with an array */
public static ListNode arrToLinkedList(int[] arr) {
ListNode dum = new ListNode(0);
ListNode head = dum;
for (int val : arr) {
head.next = new ListNode(val);
head = head.next;
}
return dum.next;
}
/* Get a list node with specific value from a linked list */
public static ListNode getListNode(ListNode head, int val) {
while (head != null && head.val != val) {
head = head.next;
}
return head;
}
}

@ -0,0 +1,118 @@
/**
* File: PrintUtil.java
* Created Time: 2022-11-25
* Author: Krahets (krahets@163.com)
*/
package utils;
import java.util.*;
class Trunk {
Trunk prev;
String str;
Trunk(Trunk prev, String str) {
this.prev = prev;
this.str = str;
}
};
public class PrintUtil {
/* Print a matrix (Array) */
public static <T> void printMatrix(T[][] matrix) {
System.out.println("[");
for (T[] row : matrix) {
System.out.println(" " + row + ",");
}
System.out.println("]");
}
/* Print a matrix (List) */
public static <T> void printMatrix(List<List<T>> matrix) {
System.out.println("[");
for (List<T> row : matrix) {
System.out.println(" " + row + ",");
}
System.out.println("]");
}
/* Print a linked list */
public static void printLinkedList(ListNode head) {
List<String> list = new ArrayList<>();
while (head != null) {
list.add(String.valueOf(head.val));
head = head.next;
}
System.out.println(String.join(" -> ", list));
}
/**
* The interface of the tree printer
* This tree printer is borrowed from TECHIE DELIGHT
* https://www.techiedelight.com/c-program-print-binary-tree/
*/
public static void printTree(TreeNode root) {
printTree(root, null, false);
}
/* Print a binary tree */
public static void printTree(TreeNode root, Trunk prev, boolean isLeft) {
if (root == null) {
return;
}
String prev_str = " ";
Trunk trunk = new Trunk(prev, prev_str);
printTree(root.right, trunk, true);
if (prev == null) {
trunk.str = "———";
} else if (isLeft) {
trunk.str = "/———";
prev_str = " |";
} else {
trunk.str = "\\———";
prev.str = prev_str;
}
showTrunks(trunk);
System.out.println(" " + root.val);
if (prev != null) {
prev.str = prev_str;
}
trunk.str = " |";
printTree(root.left, trunk, false);
}
/* Helper function to print branches of the binary tree */
public static void showTrunks(Trunk p) {
if (p == null) {
return;
}
showTrunks(p.prev);
System.out.print(p.str);
}
/* Print a hash map */
public static <K, V> void printHashMap(Map<K, V> map) {
for (Map.Entry<K, V> kv : map.entrySet()) {
System.out.println(kv.getKey() + " -> " + kv.getValue());
}
}
/* Print a heap (PriorityQueue) */
public static void printHeap(Queue<Integer> queue) {
List<Integer> list = new ArrayList<>(queue);
System.out.print("堆的数组表示:");
System.out.println(list);
System.out.println("堆的树状表示:");
TreeNode root = TreeNode.listToTree(list);
printTree(root);
}
}

@ -0,0 +1,67 @@
/**
* File: TreeNode.java
* Created Time: 2022-11-25
* Author: Krahets (krahets@163.com)
*/
package utils;
import java.util.*;
/* Definition for a binary tree node. */
public class TreeNode {
public int val; // 节点值
public int height; // 节点高度
public TreeNode left; // 左子节点引用
public TreeNode right; // 右子节点引用
public TreeNode(int x) {
val = x;
}
/* Generate a binary tree given an array */
public static TreeNode listToTree(List<Integer> list) {
int size = list.size();
if (size == 0)
return null;
TreeNode root = new TreeNode(list.get(0));
Queue<TreeNode> queue = new LinkedList<>() {{ add(root); }};
int i = 0;
while (!queue.isEmpty()) {
TreeNode node = queue.poll();
if (++i >= size)
break;
if (list.get(i) != null) {
node.left = new TreeNode(list.get(i));
queue.add(node.left);
}
if (++i >= size)
break;
if (list.get(i) != null) {
node.right = new TreeNode(list.get(i));
queue.add(node.right);
}
}
return root;
}
/* Serialize a binary tree to a list */
public static List<Integer> treeToList(TreeNode root) {
List<Integer> list = new ArrayList<>();
if (root == null)
return list;
Queue<TreeNode> queue = new LinkedList<>() {{ add(root); }};
while (!queue.isEmpty()) {
TreeNode node = queue.poll();
if (node != null) {
list.add(node.val);
queue.add(node.left);
queue.add(node.right);
} else {
list.add(null);
}
}
return list;
}
}

@ -0,0 +1,36 @@
/**
* File: Vertex.java
* Created Time: 2023-02-15
* Author: Krahets (krahets@163.com)
*/
package utils;
import java.util.*;
/* 顶点类 */
public class Vertex {
public int val;
public Vertex(int val) {
this.val = val;
}
/* 输入值列表 vals ,返回顶点列表 vets */
public static Vertex[] valsToVets(int[] vals) {
Vertex[] vets = new Vertex[vals.length];
for (int i = 0; i < vals.length; i++) {
vets[i] = new Vertex(vals[i]);
}
return vets;
}
/* 输入顶点列表 vets ,返回值列表 vals */
public static List<Integer> vetsToVals(List<Vertex> vets) {
List<Integer> vals = new ArrayList<>();
for (Vertex vet : vets) {
vals.add(vet.val);
}
return vals;
}
}

@ -0,0 +1 @@
Subproject commit 67ba5be2bf7160fcf96f7293473d3be5bc6d152d
Loading…
Cancel
Save