The Wayback Machine - https://web.archive.org/web/20210327215451/https://github.com/topics/data-structures
Skip to content
#

Data structures

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 11,591 public repositories matching this topic...

📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job seekers and beginners in the direction of C/C++ technology, including language, program library, data structure, algorithm, system, network, link loading library, interview experience, recruitment, recommendation, etc.
  • Updated Mar 18, 2021
  • C++
thadguidry
thadguidry commented Mar 26, 2021

When a user first logs into Wikidata, or logs out through the Manage Wikidata account option of the Wikidata extension and then logs in, the UX leaves the user wondering what happened since the login dialog disappears, leaving the user to assume they logged in successfully.

Proposed solution

Ideally, the current "logged in" dialog (bind="explainLogin") could actually be shown immedia

SDE-Interview-Questions
stjepang
stjepang commented Jun 12, 2018

In the following file we have already ported some tests from Go to Rust:
https://github.com/crossbeam-rs/crossbeam-channel/blob/master/tests/golang.rs

The idea is to blindly port all the tests for Go channels line by line, which will give us additional confidence in the correctness of crossbeam-channel.

In the test file, you can find stubs with links to the original tests written in Go and

📚 collection of JavaScript and TypeScript data structures and algorithms for education purposes. Source code bundle of JavaScript algorithms and data structures book
  • Updated Mar 8, 2021
  • TypeScript
Wikipedia
Wikipedia

Related Topics

algorithm