Powerful, easy to read, and interactive courses generated with AI.
Getting assistance or reviewing is as easy as selecting text and clicking the chat button.
Code blocks are automatically highlighted, and LaTeX math is supported.
def find_max(arr):
max = arr[0]
for i in arr:
if i > max:
max = i
return max
The time complexity of the above function is `$O(n)$`.
pie "A" : 386 "B" : 85
Markdown adds ... for a rich learning experience.
Questions are placed after each section as a checkpoint to ensure understanding.
AI can generate content or summarize from various sources including Wikipedia, Youtube, the web, and custom files.
[coming soon]
Special Instructions / Example Questions / Progressive Paragraphs / Interactive File Trees...