Skip to content
#

data-structure

A data structure is a particular way storing and organizing data in a computer for efficient access and modification. Data structures are designed for a specific purpose. Examples include arrays, linked lists, and classes.

Here are 1,024 public repositories matching this topic...

⛽️「算法通关手册」,超详细的「算法与数据结构」基础讲解教程,「LeetCode」700+ 道题目的详细解析。通过「算法理论学习」和「编程实战练习」相结合的方式,从零基础到彻底掌握算法知识。

  • Updated Jul 1, 2022
  • Python
usaco-guide
maggieliu05
maggieliu05 commented Jul 1, 2022

Someone submitted the contact form!

URL: https://usaco.guide/problems/poi-2017containers/solution
Module: None
Topic: Unclear Explanation
Message:
The solution uses the variable k as approximately sqrt(N), and q is the number of queries (aka cranes). However, in the problem statement k represents the number of queries. This could be very confusing if someone tries looking at the

good first issue content
Wikipedia
Wikipedia

Related Topics

algorithm