1 个仓库
Collections of solved algorithmic challenges focused on a specific data structure.
Distinct from Hash Maps: Distinct from Hash Maps: focuses on a set of solved problems using the structure rather than the implementation of the structure itself.
Explore 1 awesome GitHub repository matching data & databases · Problem Sets. Refine with filters or upvote what's useful.
此项目是一个算法面试准备指南和参考库。它提供了一个精心策划的已解决编程问题和数据结构实现集合,专为技术面试练习和竞赛编程学习而设计。 该仓库通过模式、难度级别和基于公司的过滤系统来组织编码挑战,从而脱颖而出。它包括教学资源,如算法概念笔记和视频讲解,以补充解决方案集。 该库涵盖了广泛的计算领域,包括用于范围和前缀查询的高级数据结构、图遍历和最短路径算法,以及各种专注于动态规划、回溯和贪心策略的问题集。它还提供了堆、哈希映射、链表、栈和队列等基本结构的实现。
Provides a categorized set of coding challenges focused on the application of hash maps.