problem4

package
v0.0.0-...-cb75c49 Latest Latest
Warning

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

Go to latest
Published: Jan 27, 2025 License: MIT Imports: 0 Imported by: 0

README

Problem 4

Create a linked list data structure.

Methods:

  • Add

Add a new element to the end of the linked list.

  • Insert

Insert a new element into a specific position within the linked list.

  • Delete

Remove a specific element from the linked list.

  • Find

Find and return an element from the linked list.

  • List

Get the slice out of the linked list.

  • Size

Get the size of the linked list.

  • IsEmpty

Check if the linked list is empty.

! Please check the tests for signature and more examples.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LinkedList

type LinkedList struct{}

Jump to

Keyboard shortcuts

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