2 repository-uri
List structures that allow elements to be either atomic values or other lists.
Distinct from List Data Structures: Focuses on recursive nesting of lists rather than standard linear sequence operations.
Explore 2 awesome GitHub repositories matching data & databases · Recursive Nested Lists. Refine with filters or upvote what's useful.
AlgorithmsByPython is a reference library and educational repository providing runnable Python implementations of computer science fundamentals. It serves as a comprehensive guide for algorithmic patterns, core data structures, and solutions for competitive programming and technical interview challenges. The project distinguishes itself by offering a wide array of reference implementations, including a dedicated set of solutions for common LeetCode problems. It focuses on translating theoretical computational logic into practical Python code for educational and practical use. The repository
Provides implementations of recursive list structures where elements can be nested lists.
HackerNews-React-Native is a cross-platform mobile client and news aggregator designed for iOS and Android. It provides a mobile interface for browsing paginated news stories and reading nested community discussions by fetching data from the Hacker News API. The application includes an embedded web viewer to render external articles and source pages directly within the interface. It implements a hierarchical discussion system to display nested comment threads. The project is built using a React Native codebase and utilizes a modular UI composition. It incorporates list virtualization for sto
Renders nested Hacker News comment threads using recursive component calls.