# Andra resurser

## Problem och utmaningar

* [Coding Bat](https://codingbat.com/java)
* [LeetCode problems](https://leetcode.com/problemset/all/)
* [CodeWars](https://www.codewars.com/)
* [Advent of Code](https://adventofcode.com/2022/events)

## Youtube-kurser

* [Dani Krossing C# Tutorials](https://www.youtube.com/playlist?list=PL0eyrZgxdwhxD9HhtpuZV22KxEJAZ55X-)
* [Mr1Buying C#](https://www.youtube.com/playlist?list=PLDH562Qb745NFrMwlweruEZH4rraEcRJ3) (Svenska)
* [C#-skolan Programmering 1](https://www.youtube.com/playlist?list=PLGIaaBeLgSj-gR2ce4llrGt9c_1J7JqoC) (Svenska)
* [C#-skolan Programmering 2](https://www.youtube.com/playlist?list=PLGIaaBeLgSj-Co97ECdCbGeWKBbHpz9tS) (Svenska)
* [Distansakademin: Lär dig C#](https://www.youtube.com/playlist?list=PLI5JF23TK_8CB6bhsiRski3W3PCFqVltx) (Svenska)

## Andra kurser

* [ProgSharp.se](https://progsharp.se/)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://www.progdocs.se/andra-resurser.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
