find_anagram_mappings

package
v1.4.6 Latest Latest
Warning

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

Go to latest
Published: Sep 14, 2019 License: MIT Imports: 0 Imported by: 0

README

< Previous                  Next >

760. Find Anagram Mappings (Easy)

[Hash Table]

Hints

Hint 1 Create a hashmap so that D[x] = i whenever B[i] = x. Then, the answer is [D[x] for x in A].

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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