Skip to content

k3n37/kernel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kernel

Focused implementations of core algorithms and data structures with concise engineering notes.

Mission

Build a compact, credible reference repository for algorithmic patterns that matter in real engineering work: indexing, traversal, ordering, caching, and efficient data access.

Ecosystem role

  • Complements foundry with more direct implementations
  • Supports atlas and mesh with reusable primitives
  • Provides interview-grade and production-grade examples without noise

Status

Starter implementation phase with tested examples and a path toward broader coverage.

Tech stack

  • Python 3.12
  • pytest
  • Markdown

Structure

kernel/
├── docs/
│   └── patterns.md
├── src/
│   └── algorithms/
│       ├── __init__.py
│       └── top_k.py
├── tests/
│   └── test_top_k.py
├── .editorconfig
├── .gitignore
├── README.md
└── ROADMAP.md

Getting started

python3 -m venv .venv
source .venv/bin/activate
pip install pytest
pytest

Related repositories

  • foundry
  • craft
  • mesh

Future direction

Add heaps, graphs, tries, interval patterns, and benchmark-backed comparisons where they add real value.

About

Focused implementations of core algorithms and data structures with concise engineering notes

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages