leetcode0273

package
v0.0.0-...-a94f1ba Latest Latest
Warning

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

Go to latest
Published: Jan 22, 2024 License: BSD-3-Clause Imports: 1 Imported by: 0

README

273. Integer to English Words

思路

map 然后每三位数转换一次。

Documentation

Index

Constants

View Source
const (
	One      int = 1
	Thousand     = 1000 * One
	Million      = 1000 * Thousand
	Billion      = 1000 * Million
)

Variables

View Source
var EngMap = make(map[int]string, 27)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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