> ## Documentation Index
> Fetch the complete documentation index at: https://springbolt.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Welcome to SpringBolt: A comprehensive collection of programming notes, code snippets, and concepts ranging from core syntax to advanced topics. Ideal for revision, learning, and interview preparation.

## Start learning

Get started by exploring various topics covered in these notes.

<Card title="Explore Topics" icon="rocket" href="/explore-topics" horizontal>
  Select a topic to dive in.
</Card>

## Goal of this Repository

This repository serves as a quick reference guide for:

<Columns cols={2}>
  <Card title="Revision" icon="pen-to-square" href="/#goal-of-this-Repository">
    Quick recap of concepts before interviews.
  </Card>

  <Card title="Snippets" icon="code" href="/#goal-of-this-Repository">
    Copy-paste ready code for standard algorithms and patterns.
  </Card>

  <Card title="Deep Dives" icon="terminal" href="/#goal-of-this-Repository">
    Understanding the why behind program's behavior.
  </Card>

  <Card title="Structured Notes" icon="map" href="/#goal-of-this-Repository">
    Structured notes for linear reading or reference.
  </Card>
</Columns>

<Note>
  These notes are constantly being updated. If you see an error, please open an Issue!
</Note>

## Want to Contribute?

Thanks for your interest in improving these notes!

Since this is a personal learning repository, contributions that fix errors or clarify complex topics are highly appreciated.

<Card title="Contribute" icon="stars" href="https://github.com/SpringBolt/docs">
  Contributions are welcome! Check out the repository to get started.
</Card>
