Skip to content

ZenYukti/MyNotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

54 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

πŸ“š MyNotes - Comprehensive Study Repository

Semester 3 AKTU CSE | Exam Notes β€’ Quick Revision Guides β€’ Interactive HTML Notes

Brought to you by ZenYukti πŸ’™

Learn. Build. Share.

Study Status Semester University Last Updated Notes Count Contributions Welcome

LinkedIn Instagram Twitter


πŸ“– Overview

Welcome to MyNotes - a comprehensive collection of study materials, revision guides, and interactive HTML notes for Computer Science & Engineering courses. Created and maintained by ZenYukti community, this repository embodies our vision of "Learn. Build. Share."

πŸŽ“ Semester 3 - AKTU Syllabus Focused

This repository specifically covers Semester 3 subjects as per the AKTU (Dr. A.P.J. Abdul Kalam Technical University) syllabus for Computer Science & Engineering (CSE) students. All notes are aligned with the official AKTU curriculum.

Covered Subjects:

  • πŸ“ DSTL - Discrete Structures & Theory of Logic
  • 🐍 Python - Python Programming
  • πŸ’Ύ Data Structures - Data Structures & Algorithms
  • πŸ–₯️ COA - Computer Organization & Architecture
  • ✍️ Technical Communication - Technical Writing & Communication Skills
  • πŸ“Š Mathematics IV - Engineering Mathematics IV

This repository contains both detailed markdown notes for in-depth learning and ultra-condensed HTML revision guides for last-minute exam preparation, all available for free to help students excel in their academic journey.

πŸš€ Future Plans

We're continuously expanding! Coming soon:

  • πŸ“š More Semesters - Notes for Semester 1, 2, 4, and beyond
  • πŸ“– All Subjects - Complete coverage of all AKTU CSE subjects
  • 🎯 More Universities - Expanding to other university syllabi

Need something urgently? Have a specific request or need notes for a particular subject/semester?

πŸ’¬ Join our Discord community and let us know in the text channel: go.zenyukti.in/discord

We prioritize requests based on community needs!

🀝 Want to Contribute?

We welcome contributions from everyone! Whether you want to fix a typo, add new notes, or create interactive HTML guides, your contributions are valuable.

πŸ‘‰ Read our Contributing Guidelines to get started!

✨ Features

  • 🎯 Interactive HTML Notes: React-based, expandable sections with color-coded content
  • πŸ“ Detailed Markdown Notes: In-depth explanations, examples, and theory
  • ⚑ LastMinuteRevision Guides: High-density, exam-focused quick revision
  • 🎨 Color Coding System:
    • 🟨 Yellow (Definitions)
    • πŸ”΅ Blue (Examples)
    • 🟒 Green (Formulas)
    • 🟣 Purple (Properties)
    • πŸ”΄ Red (Quick Revision)
  • 🌐 Deployable: All HTML files ready for GitHub Pages

πŸ“‚ Repository Structure

MyNotes/
β”‚
β”œβ”€β”€ πŸ“ DSTL/                          # Discrete Structures & Theory of Logic
β”‚   β”œβ”€β”€ πŸ“ LastMinuteRevision/        # Quick Revision HTML Guides
β”‚   β”‚   β”œβ”€β”€ Unit-1.html               # Set Theory & Relations
β”‚   β”‚   β”œβ”€β”€ Unit-2.html               # Functions & Boolean Algebra
β”‚   β”‚   β”œβ”€β”€ Unit-3.html               # Theory of Logics
β”‚   β”‚   β”œβ”€β”€ Unit-4.html               # Algebraic Structures
β”‚   β”‚   └── Unit-5.html               # Graphs & Combinatorics
β”‚   β”‚
β”‚   β”œβ”€β”€ Unit-1.md                     # Detailed Notes: Set Theory
β”‚   β”œβ”€β”€ Unit-2.md                     # Detailed Notes: Functions
β”‚   β”œβ”€β”€ Unit-3.md                     # Detailed Notes: Logic
β”‚   β”œβ”€β”€ Unit-4.md                     # Detailed Notes: Algebra
β”‚   └── Unit-5.md                     # Detailed Notes: Graphs
β”‚
β”œβ”€β”€ πŸ“ Python/                        # Python Programming
β”‚   β”œβ”€β”€ πŸ“ LastMinuteRevision/        # Quick Revision HTML Guides
β”‚   β”‚   β”œβ”€β”€ Unit-1.html               # Python Basics: Variables, Operators, Data Types
β”‚   β”‚   β”œβ”€β”€ Unit-2.html               # Flow Control: Conditionals, Loops
β”‚   β”‚   └── Unit-3.html               # Complex Data Types & Functions
β”‚   β”‚
β”‚   β”œβ”€β”€ Unit-1.md                     # Detailed Notes: Python Intro
β”‚   β”œβ”€β”€ Unit-2.md                     # Detailed Notes: Flow Control
β”‚   β”œβ”€β”€ Unit-3.md                     # Detailed Notes: Data Types
β”‚   β”œβ”€β”€ Unit-4.md                     # Detailed Notes: File Handling
β”‚   └── Unit-5.md                     # Detailed Notes: OOP & Advanced
β”‚
β”œβ”€β”€ πŸ“ Data Structures/               # Data Structures & Algorithms
β”‚   β”œβ”€β”€ Unit-1.md                     # Arrays, Stacks, Queues
β”‚   β”œβ”€β”€ Unit-2.md                     # Linked Lists
β”‚   β”œβ”€β”€ Unit-3.md                     # Trees & Binary Trees
β”‚   β”œβ”€β”€ Unit-4.md                     # Searching & Sorting
β”‚   └── Unit-5.md                     # Hashing & Graphs
β”‚
β”œβ”€β”€ πŸ“ COA/                           # Computer Organization & Architecture
β”‚   β”œβ”€β”€ Unit-1.md                     # Basic Computer Organization
β”‚   β”œβ”€β”€ Unit-2.md                     # Computer Arithmetic
β”‚   β”œβ”€β”€ Unit-3.md                     # Control Unit
β”‚   β”œβ”€β”€ Unit-4.md                     # Memory Organization
β”‚   └── Unit-5.md                     # I/O Organization
β”‚
β”œβ”€β”€ πŸ“ TechnicalCommunication/        # Technical Writing & Communication
β”‚   β”œβ”€β”€ Unit-1.md                     # Communication Fundamentals
β”‚   β”œβ”€β”€ Unit-2.md                     # Career Building Skills
β”‚   β”œβ”€β”€ Unit-3.md                     # Presentation Skills
β”‚   β”œβ”€β”€ Unit-4.md                     # Leadership Communication
β”‚   └── Unit-5.md                     # Digital Communication
β”‚
β”œβ”€β”€ πŸ“ Mathematics IV/                # Engineering Mathematics IV
β”‚   └── (Coming Soon)
β”‚
└── πŸ“ docs/                          # Additional Resources
    β”œβ”€β”€ queue-searching-sorting-hashing.html
    └── Unit-2/
        └── stacks & queues.html

πŸš€ Quick Access Links

πŸ“Œ DSTL - Discrete Structures & Theory of Logic

⚑ LastMinuteRevision (Interactive HTML)

Unit Topic 🌐 Last Minute Prep. (Summarised) Detailed Notes
Unit 1 Set Theory & Relations πŸ”— Live πŸ“„ Markdown
Unit 2 Functions & Boolean Algebra πŸ”— Live πŸ“„ Markdown
Unit 3 Theory of Logics & Predicates πŸ”— Live πŸ“„ Markdown
Unit 4 Algebraic Structures πŸ”— Live πŸ“„ Markdown
Unit 5 Graphs & Combinatorics πŸ”— Live πŸ“„ Markdown

DSTL Coverage:

  • βœ… Set Theory, Relations, Functions
  • βœ… Boolean Algebra & K-Maps
  • βœ… Propositional & Predicate Logic
  • βœ… Groups, Rings, Fields
  • βœ… Graph Theory & Combinatorics
  • βœ… Euler & Hamiltonian Paths
  • βœ… Graph Coloring & Planarity

πŸ“Œ Data Structures

Unit Topic Quick Revision Detailed Notes
Unit 1 Arrays, Stacks, Queues πŸ”œ Coming Soon πŸ“„ Markdown
Unit 2 Linked Lists πŸ”œ Coming Soon πŸ“„ Markdown
Unit 3 Trees & Binary Trees πŸ”œ Coming Soon πŸ“„ Markdown
Unit 4 Searching & Sorting πŸ”œ Coming Soon πŸ“„ Markdown
Unit 5 Hashing & Graphs πŸ”œ Coming Soon πŸ“„ Markdown

Data Structures Coverage:

  • βœ… Detailed Markdown Notes for all units
  • πŸ”œ Interactive HTML Revision Guides (Coming Soon)

Additional Resources:


πŸ“Œ COA - Computer Organization & Architecture

Unit Topic Quick Revision Detailed Notes
Unit 1 Basic Computer Organization πŸ”œ Coming Soon πŸ“„ Markdown
Unit 2 Computer Arithmetic πŸ”œ Coming Soon πŸ“„ Markdown
Unit 3 Control Unit & Microprogramming πŸ”œ Coming Soon πŸ“„ Markdown
Unit 4 Memory Organization πŸ”œ Coming Soon πŸ“„ Markdown
Unit 5 I/O Organization πŸ”œ Coming Soon πŸ“„ Markdown

COA Coverage:

  • βœ… Detailed Markdown Notes for all units
  • πŸ”œ Interactive HTML Revision Guides (Coming Soon)

πŸ“Œ Mathematics IV (Coming Soon)

Unit Topic Quick Revision Detailed Notes
Unit 1 Complex Numbers πŸ”œ Coming Soon πŸ“„ Markdown
Unit 2 Linear Algebra πŸ”œ Coming Soon πŸ“„ Markdown
Unit 3 Calculus πŸ”œ Coming Soon πŸ“„ Markdown
Unit 4 Differential Equations πŸ”œ Coming Soon πŸ“„ Markdown
Unit 5 Statistics & Probability πŸ”œ Coming Soon πŸ“„ Markdown

πŸ“Œ Python Programming

⚑ LastMinuteRevision (Interactive HTML)

Unit Topic 🌐 Live Minute Prep. (Summarised) Detailed Notes
Unit 1 Introduction to Python πŸ”— Live πŸ“„ Markdown
Unit 2 Python Program Flow Control Conditional blocks πŸ”— Live πŸ“„ Markdown
Unit 3 Complex Data Types: Strings, Lists, Tuples, Dictionaries, Functions & Manipulations πŸ”— Live πŸ“„ Markdown
Unit 4 File Operations: (File Handling in Python) πŸ”— Live πŸ“„ Markdown
Unit 5 Python Packages: matplotlib, numpy, pandas. GUI Programming: Tkinter, IDE πŸ”— Live πŸ“„ Markdown

Python Coverage:

  • βœ… Variables, Operators, Blocks
  • βœ… Numeric Data Types (int, float, complex)
  • βœ… Conditional Statements (if/elif/else)
  • βœ… Loops (for, while) & Loop Control (break, continue, pass)
  • βœ… Strings (slicing, methods, formatting)
  • βœ… Lists & Tuples (mutability, methods, comprehensions)
  • βœ… Dictionaries (key-value pairs, iteration)
  • βœ… Functions (def, parameters, *args, **kwargs, lambda)
  • βœ… File I/O (read, write, readline, readlines, seek)
  • βœ… Python Packages (matplotlib, numpy, pandas)
  • βœ… GUI Programming (Tkinter Widgets, Events, IDE)

πŸ“Œ Technical Communication

Unit Topic Detailed Notes
Unit 1 Communication Fundamentals & Voice Dynamics πŸ“„ Markdown
Unit 2 Career Building: CV, Interviews, Networking πŸ“„ Markdown
Unit 3 Presentation Skills & Speech Delivery πŸ“„ Markdown
Unit 4 Leadership Communication & Emotional Intelligence πŸ“„ Markdown
Unit 5 Digital Communication & Personality Theories πŸ“„ Markdown

Technical Communication Coverage:

  • βœ… Communication Process & 7 C's
  • βœ… CV/Resume Writing & Interview Techniques
  • βœ… Group Discussions & Networking
  • βœ… Report Writing & Proposal Development
  • βœ… Pitch Techniques & Storytelling
  • βœ… Leadership Communication Models
  • βœ… Emotional Intelligence & Feedback
  • βœ… Digital Content (Emails, Webinars, Podcasts, Blogs)
  • βœ… Personality Theories (Big Five, MBTI, Maslow)

🎯 How to Use This Repository

For Last-Minute Revision (Exam in Few Hours)

  1. Navigate to the Live Preview (Summarised) colums for your subject, in this readme.
  2. Open the HTML file for the relevant unit
  3. Use expandable sections to focus on specific topics
  4. Scroll to Quick Revision Summary at the bottom
  5. Review Quick Formula Sheet and Typical Exam Questions

For Detailed Study (Regular Learning)

  1. Open the markdown (.md) files for in-depth theory
  2. Use markdown preview in VS Code or any markdown viewer
  3. Follow examples and practice problems
  4. Cross-reference with HTML interactive notes

For GitHub Pages Deployment

  1. All HTML files in LastMinuteRevision folders are standalone
  2. Use React 18, Tailwind CSS via CDN
  3. No build process required
  4. Directly deployable to GitHub Pages or any static host
  5. Live Site: πŸ”œ Coming Soon
  6. Access individual units via: /Subject/LastMinuteRevision/Unit-X.html

πŸ› οΈ Technical Stack

Interactive HTML Notes

  • React 18: Component-based UI via CDN
  • ReactDOM 18: Rendering via CDN
  • Babel Standalone: JSX transformation
  • Tailwind CSS: Utility-first styling via CDN
  • Features:
    • Expandable/collapsible sections
    • Color-coded content boxes
    • Mathematical notation (Unicode)
    • ASCII diagrams
    • Quick revision summaries

Markdown Notes

  • Standard markdown format
  • Compatible with GitHub, VS Code, Obsidian
  • Rich formatting with code blocks
  • Mathematical expressions
  • Tables and diagrams

πŸ“Š Content Coverage

Current Status

Subject Units LastMinute HTML Detailed MD Status
DSTL 5 βœ… 5/5 βœ… 5/5 βœ… Complete
Python 5 βœ… 3/5 βœ… 5/5 🟑 In Progress
Data Structures 5 πŸ”œ 0/5 βœ… 5/5 🟑 Partial
COA 5 πŸ”œ 0/5 βœ… 5/5 🟑 Partial
Tech Comm 5 βž– N/A βœ… 5/5 βœ… Complete
Mathematics IV 5 πŸ”œ 0/5 πŸ”œ 0/5 πŸ”΄ Planned

🎨 Color Coding Guide

All interactive HTML notes use consistent color coding:

Color Type Purpose Example
🟨 Yellow Definitions Core concepts, terminology Set definition, Graph definition
πŸ”΅ Blue Examples Practical examples, worked problems Example problems, sample code
🟒 Green Formulas Mathematical formulas, equations Euler's formula, Handshaking theorem
🟣 Purple Properties Properties, theorems, rules Closure property, Associativity
πŸ”΄ Red Quick Revision Summary, formula sheets, exam tips Quick formula sheet, Typical questions

πŸ“ Study Tips

Effective Learning Strategy

  1. First Pass (Detailed Study)

    • Start with markdown notes
    • Understand concepts thoroughly
    • Work through examples
    • Take additional notes
  2. Second Pass (Practice)

    • Use interactive HTML notes
    • Solve practice problems
    • Test understanding
    • Identify weak areas
  3. Final Pass (Revision)

    • Use LastMinuteRevision HTML guides
    • Focus on Quick Revision sections
    • Memorize formulas and theorems
    • Review typical exam questions

Exam Preparation Timeline

Time Before Exam Recommended Resource Focus Area
1-2 weeks Markdown notes Complete theory, examples
3-5 days Interactive HTML Practice, problem-solving
1-2 days LastMinuteRevision Formulas, quick facts
Few hours Quick Revision sections Formula sheets, typical questions

🌟 Key Features by Subject

DSTL (Discrete Structures & Theory of Logic)

  • βœ… Set Theory with Venn diagrams
  • βœ… Relations & Functions with examples
  • βœ… Boolean Algebra & K-Map simplification
  • βœ… Propositional & Predicate Logic
  • βœ… Truth tables & Inference rules
  • βœ… Groups, Rings, Fields with CAII mnemonic
  • βœ… Graph Theory with ASCII diagrams
  • βœ… Euler & Hamiltonian paths
  • βœ… Graph coloring & planarity tests
  • βœ… Counting techniques & Pigeonhole principle

Additional Features (Coming for Other Subjects)

  • πŸ”œ Data structure implementations
  • πŸ”œ Algorithm complexity analysis
  • πŸ”œ Computer architecture diagrams
  • πŸ”œ Mathematical problem-solving
  • πŸ”œ Python code examples
  • πŸ”œ Technical writing templates

πŸ”— External Resources

Recommended Tools

  • Markdown Editor: VS Code, Typora, Obsidian
  • HTML Viewer: Any modern browser (Chrome, Firefox, Edge)
  • Math Notation: For advanced math, consider MathJax or KaTeX
  • Diagram Tools: Draw.io, Excalidraw for custom diagrams

Related Links


🀝 Contributing

This is a personal study repository, but suggestions are welcome!

How to Suggest Improvements

  1. Fork the repository
  2. Create a feature branch
  3. Make your changes
  4. Submit a pull request

Content Guidelines

  • Maintain color coding consistency
  • Use Unicode for mathematical symbols
  • Ensure HTML files are standalone
  • Add comprehensive Quick Revision sections
  • Include typical exam questions

πŸ“„ License

This repository contains educational notes for personal study purposes.


πŸ“¬ Contact & Updates

  • Repository: MyNotes
  • Live Site: πŸ”œ Coming Soon
  • Last Updated: December 28, 2025
  • Status: Active Development

🎯 Exam Ready Checklist

Before your exam, make sure you've:

  • Reviewed all unit Quick Revision summaries
  • Memorized key formulas and theorems
  • Practiced typical exam questions
  • Reviewed common mistakes sections
  • Understood all color-coded definitions
  • Worked through example problems
  • Tested yourself on memory tricks
  • Bookmarked important formula sheets

πŸš€ Quick Start

For Immediate Exam Prep

Option 1: Use Live GitHub Pages (Recommended)

Option 2: Clone Repository

# Clone the repository
git clone https://github.com/zenyukti/MyNotes.git

# Navigate to LastMinuteRevision
cd MyNotes/Python/LastMinuteRevision

# Open any unit HTML file in browser
start Unit-1.html  # Windows
open Unit-1.html   # Mac
xdg-open Unit-1.html  # Linux

For Detailed Study

# Navigate to subject folder
cd MyNotes/DSTL

# Open markdown file in VS Code
code Unit-1.md

# Or use any markdown viewer

πŸ“š Happy Studying! πŸŽ“

Remember: Consistent practice beats last-minute cramming!

Study Practice Excel

⭐ Star this repo if you find it helpful!


πŸ’™ About ZenYukti

ZenYukti is a student-led community dedicated to empowering learners through quality educational resources.

Learn. Build. Share.

Connect With Us

LinkedIn Instagram Twitter Discord Commudle

πŸ’¬ Need urgent notes or have requests? Join our Discord Server and let us know!

Repository Info

πŸ’» Repository: GitHub - MyNotes

🌐 Live Site: πŸ”œ Coming Soon

πŸ“§ Contact: info@zenyukti.in


Crafted with ❀️ by the ZenYukti community for students, by students

Last Updated: December 28, 2025

About

AKTU - B.Tech 3rd Sem Exam Notes.

Resources

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

  •  

Packages

No packages published

Languages