leetcode

package
v0.0.0-...-b34c890 Latest Latest
Warning

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

Go to latest
Published: Mar 30, 2022 License: MPL-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const CheckInSubject = `` /* 499-byte string literal not displayed */

Variables

This section is empty.

Functions

This section is empty.

Types

type Subject

type Subject struct {
	Desc string
	Url  string
	Ans  string

	QuestionNum   int
	AnsFuncName   string
	AnsParams     []SubjectParam
	AnsReturnType string
}

func NewSubject

func NewSubject(desc string, url string, ans string) (*Subject, error)

type SubjectParam

type SubjectParam struct {
	Name string
	Type string
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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