-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCITATION.cff
More file actions
32 lines (32 loc) · 1.07 KB
/
Copy pathCITATION.cff
File metadata and controls
32 lines (32 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
cff-version: 1.2.0
title: "LuminaPy: Master Python Data Structures & Algorithms Through Guided Experimentation"
message: "If you use this project in teaching or research, please cite it as below."
type: software
authors:
- family-names: Harery
given-names: Mohamed
email: mohamed@harery.com
website: "https://harery.com"
repository-code: "https://github.com/Harery/LuminaPy"
url: "https://harery.github.io/LuminaPy/"
abstract: >
LuminaPy is an 8-phase Python curriculum for mastering data structures,
algorithms, and coding-interview patterns through hands-on, tested, and
Big-O-annotated lab exercises. It covers foundations, classical and advanced
data structures, 11 interview patterns, dynamic programming, graph
algorithms, and LeetCode-style challenges, with a MkDocs Material
documentation site and runnable Jupyter notebooks.
keywords:
- python
- data-structures
- algorithms
- dsa
- leetcode
- coding-interview
- interview-preparation
- faang
- education
- computer-science
license: GPL-3.0-or-later
version: "1.0.0"
date-released: 2026-05-16