hetergeneous_data_structure

package
v0.0.0-...-517d9f4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 18, 2022 License: MIT Imports: 0 Imported by: 0

Documentation

Overview

Package hetergeneous_data_structure Time : 2021/5/25 7:00 下午 Author : xushiyin contact : yuqingxushiyin@gmail.com

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Node

type Node struct {
	NextNode *Node
	Property rune
}

Node struct

func CreateLinkedList

func CreateLinkedList() *Node

CreateLinkedList create linked list

func ReverseLinkedList

func ReverseLinkedList(nl *Node) *Node

ReverseLinkedList reverse list

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL