Skip to content

[js] 第614天 什么是散列函数?它有什么特征? #3330

Open
@haizhilin2013

Description

@haizhilin2013
Collaborator

第614天 什么是散列函数?它有什么特征?

3+1官网

我也要出题

Activity

mawenqing1

mawenqing1 commented on Nov 30, 2023

@mawenqing1

哈希表(Hash table,也叫散列表),是根据关键码值(Key value)而直接进行访问的数据结构。 也就是说,它通过把关键码值映射到表中一个位置来访问记录,以加快查找的速度。 这个映射函数叫做散列函数,存放记录的数组叫做散列表。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    jsJavaScript

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @haizhilin2013@mawenqing1

        Issue actions

          [js] 第614天 什么是散列函数?它有什么特征? · Issue #3330 · haizlin/fe-interview