leetcode

package
v0.0.0-...-5f1923b Latest Latest
Warning

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

Go to latest
Published: Nov 26, 2022 License: MIT Imports: 2 Imported by: 0

README

LeetCode Solutions

This package contains accepted solutions to various LeetCode problems. The problem number is the number following the last underscore in each filename.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Cell

type Cell struct {
	Row, Col int
}

type Island

type Island []Cell

type ListNode

type ListNode struct {
	Val  int
	Next *ListNode
}

*

  • LeetCode's definition for singly-linked list.

Jump to

Keyboard shortcuts

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