文件名称:ultimate-javascript-interview:深入了解JavaScript概念-数据结构和算法
文件大小:245KB
文件格式:ZIP
更新时间:2024-06-10 17:23:33
HTML
最终JavaScript面试质量检查 Mod 1数据结构 DS简介 链表 BST 哈希表 具有键值对的数据对象首先被哈希为一个数字,然后存储在数组中 长度或水桶有限 插入,获取方法:使用键/存储桶 优点: 恒定时间插入 恒定时间查找(O(1)) 实际用途: 电子邮件提供商存储地址 应用程序的用户 缺点: 数据不存储对数据结构中其他数据的引用 Mod 2算法 Mod 3面试质量检查
【文件预览】:
ultimate-javascript-interview-master
----README.MD(615B)
----03_interview_qa()
--------README.MD(13KB)
--------03_22_two_objects()
--------03_14_call_apply()
--------03_26_obj_strings()
--------03_13_log_x_y()
--------03_09_log_num()
--------03_12_counter()
--------03_20_data_types()
--------03_18_order_settimeout()
--------03_02_IIFE()
--------03_05_this()
--------03_30_withdraw_frm_acct()
--------03_28_obj_prop()
--------03_19_objects()
--------03_01_triple_add()
--------03_08_strict_eq()
--------03_04_closures()
--------03_07_scope_and_self()
--------03_10_use_strict()
--------03_11_curry_fn()
--------03_27_strings_arrays()
--------03_17_json()
--------03_21_bind()
--------03_06_hoisting()
--------03_03_button()
--------03_24_array_indexOf()
--------03_25_equiv_numbers()
--------03_23_array_constructor()
--------03_16_singly_doubly_if()
--------03_29_x_y()
--------03_15_list()
----01_data_structure()
--------README.MD(8KB)
--------03_binary_search()
--------02_linked_list()
--------01_intro()
--------04_hash_table()
--------03_recursion()
--------02_big_o()
----.vscode()
--------settings.json(40B)