Data-Structures-and-Algorithms-Skill
Data-Structures-and-Algorithms-Skill contiene 3 skills recopiladas de MaybeBio, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.
Skills en este repositorio
Knowledge base from "数据结构(C++语言版)第3版" by 邓俊辉 (Deng Junhui). Use when learning or applying data structures in C++ with rigorous theoretical foundations - covers vectors, lists, stacks, queues, binary trees, graphs, search trees (BST/AVL/Splay/B/Red-Black/kd), dictionaries (skip list, hash), priority queues (heap, leftist heap), strings (KMP/BM/KR), and sorting (quicksort, selection, Shell).
Knowledge base from "Hello 算法" (Python 版) by 靳宇栋 (@krahets), Release 1.3.0. Use when learning or applying data structures and algorithms in Python - covers complexity analysis, arrays, linked lists, stacks, queues, hash maps, trees, heaps, graphs, search, sorting, divide-and-conquer, backtracking, dynamic programming, and greedy algorithms.
Knowledge base from "数据结构(用面向对象方法与C++语言描述)第3版" by 殷人昆. Use when learning or applying data structures with C++ and object-oriented design - covers linear structures, stacks, queues, arrays, strings, trees, graphs, sets, dictionaries, search structures, sorting, and external sorting.