notes / prompt
r3hab's picture
Upload 50 files
110ab61 verified
i want to make a web app using typescript, react and vite
the name of the app will be msc 1 semester
here it some additional information
syllabus
Mathematics
UNIT I: Mathematical Logic, Sets, Relations, and Functions
UNIT II: Lattices & Boolean Algebra
UNIT III: Groups, Fields, & Rings
UNIT IV: Graphs
UNIT V: Trees
Advanced Operating Systems
UNIT I: Introduction
UNIT II: Advanced Processor Management Features
UNIT III: Advanced Memory Management
UNIT IV: Advanced Device Management Features
UNIT V: Advanced File Management Features
Data Structures using C
UNIT I: Introduction and Preliminaries
UNIT II: String Processing, Arrays, Records, and Pointers
UNIT III: Linked Lists, Stacks, Queues, Recursion
UNIT IV: Trees and Graphs
UNIT V: Sorting and Searching
C++
UNIT I: Language Fundamentals
UNIT II: Structures, Functions & Arrays
UNIT III: Object Classes and Inheritance
UNIT IV: Pointers
UNIT V: Virtual Functions, Files & Streams
Computer Architecture
UNIT I: Representation of Information
UNIT II: Register Transfer Language and Micro-Operations
UNIT III: Basic Computer Organization and Design
UNIT IV: Computer Software and Central Processor Organization
UNIT V: Input-Output & Memory Organization
so i have completed storing my notes in project folder
i have stored my notes like this i want a streamlit app which uses and displayes as beautiful notes app
data/notes/
β”œβ”€β”€Mathematics/
β”œβ”€β”€ UNIT_I/
β”‚ β”œβ”€β”€ Mathematical_Logic.md
β”‚ β”œβ”€β”€ Sets.md
β”‚ β”œβ”€β”€ Relations.md
β”‚ └── Functions.md
β”œβ”€β”€ UNIT_II/
β”‚ β”œβ”€β”€ Lattices.md
β”‚ └── Boolean_Algebra.md
β”œβ”€β”€ UNIT_III/
β”‚ β”œβ”€β”€ Groups.md
β”‚ β”œβ”€β”€ Fields.md
β”‚ └── Rings.md
β”œβ”€β”€ UNIT_IV/
β”‚ └── Graphs.md
└── UNIT_V/
└── Trees.md
Advanced_Operating_Systems/
β”œβ”€β”€ UNIT_I/
β”‚ └── Introduction.md
β”œβ”€β”€ UNIT_II/
β”‚ └── Advanced_Processor_Management_Features.md
β”œβ”€β”€ UNIT_III/
β”‚ └── Advanced_Memory_Management.md
β”œβ”€β”€ UNIT_IV/
β”‚ └── Advanced_Device_Management_Features.md
└── UNIT_V/
└── Advanced_File_Management_Features.md
Data_Structures_using_C/
β”œβ”€β”€ UNIT_I/
β”‚ └── Introduction_and_Preliminaries.md
β”œβ”€β”€ UNIT_II/
β”‚ β”œβ”€β”€ String_Processing.md
β”‚ β”œβ”€β”€ Arrays.md
β”‚ β”œβ”€β”€ Records.md
β”‚ └── Pointers.md
β”œβ”€β”€ UNIT_III/
β”‚ β”œβ”€β”€ Linked_Lists.md
β”‚ β”œβ”€β”€ Stacks.md
β”‚ β”œβ”€β”€ Queues.md
β”‚ └── Recursion.md
β”œβ”€β”€ UNIT_IV/
β”‚ β”œβ”€β”€ Trees.md
β”‚ └── Graphs.md
└── UNIT_V/
└── Sorting.md
└── Searching.md
C++/
β”œβ”€β”€ UNIT_I/
β”‚ └── Language_Fundamentals.md
β”œβ”€β”€ UNIT_II/
β”‚ β”œβ”€β”€ Structures.md
β”‚ β”œβ”€β”€ Functions.md
β”‚ └── Arrays.md
β”œβ”€β”€ UNIT_III/
β”‚ β”œβ”€β”€ Object_Classes.md
β”‚ └── Inheritance.md
β”œβ”€β”€ UNIT_IV/
β”‚ └── Pointers.md
└── UNIT_V/
β”œβ”€β”€ Virtual_Functions.md
β”œβ”€β”€ Files.md
└── Streams.md
Computer_Architecture/
β”œβ”€β”€ UNIT_I/
β”‚ └── Representation_of_Information.md
β”œβ”€β”€ UNIT_II/
β”‚ β”œβ”€β”€ Register_Transfer_Language.md
β”‚ └── Micro-Operations.md
β”œβ”€β”€ UNIT_III/
β”‚ β”œβ”€β”€ Basic_Computer_Organization.md
β”‚ └── Design.md
β”œβ”€β”€ UNIT_IV/
β”‚ β”œβ”€β”€ Computer_Software.md
β”‚ └── Central_Processor_Organization.md
└── UNIT_V/
β”œβ”€β”€ Input-Output.md
└── Memory_Organization.md