Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion BE/Semester_8/Deep_Learning/PYQs/SAMPLE_PYQ.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# 📝 Previous Year Questions (PYQs)

This is a placeholder for PYQs. Students can add:
- Mid Semester exam papers
- End Semester exam papers
- Question papers from last 3-5 years
- Solutions to PYQs (if available)
- Important questions list

**How to contribute:**
1. Upload PYQ PDFs to Google Drive
2. Make it shareable ("Anyone with link can view")
3. Add the link in the subject's README.md
4. Format: `[📝 Mid Sem 2024](https://drive.google.com/...)`
5. Add your GitHub username as contributor
# Deep Learning: Previous Year Questions (PYQs)

## Overview 🧠
Expand Down Expand Up @@ -58,4 +73,4 @@ Contributions are welcome! If you have more PYQs, better solutions, or suggestio
* (If this is a Git repo) Open an **Issue** to report an error or suggest an improvement.

---
**Contributor:** bigturtle679
**Contributor:** YourGitHubUsername
74 changes: 58 additions & 16 deletions SE/Semester_3/Discrete_Mathematics/PYQs/SAMPLE_PYQ.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,60 @@
# 📝 Previous Year Questions (PYQs)

This is a placeholder for PYQs. Students can add:
- Mid Semester exam papers
- End Semester exam papers
- Question papers from last 3-5 years
- Solutions to PYQs (if available)
- Important questions list

**How to contribute:**
1. Upload PYQ PDFs to Google Drive
2. Make it shareable ("Anyone with link can view")
3. Add the link in the subject's README.md
4. Format: `[📝 Mid Sem 2024](https://drive.google.com/...)`
5. Add your GitHub username as contributor
# Discrete Mathematics: Previous Year Questions (PYQs)

## Overview 📖

This repository/folder serves as a central hub for a curated collection of **Previous Year Questions (PYQs)** for **Discrete Mathematics** (also sometimes called Discrete Structures).

The primary goal is to provide a resource for computer science students and enthusiasts preparing for university exams, competitive tests, or interviews.

All files are hosted externally for easy access.

## Access the Files 🚀

All question papers, notes, and solutions are maintained in a shared drive.

**👉 Get all files here: https://drive.google.com/drive/u/0/folders/1mXQkrN4oDyoDY-K-Z4akFAVhx79hnhS3

*(Note: Please ensure the link is set to "Anyone with the link can view" or similar public sharing permissions.)*

---

## What's in the Drive? 📁

The Drive folder is organized by key topics within Discrete Mathematics. You will find:

* **/Topics**: Questions sorted by specific units.
* `Set_Theory_and_Logic/` (Propositional Logic, Predicates, Set Operations, etc.)
* `Combinatorics/` (Permutations, Combinations, Pigeonhole Principle, etc.)
* `Graph_Theory/` (Graphs, Trees, Traversal, Coloring, etc.)
* `Relations_and_Functions/` (Equivalence Relations, POSETs, Functions, etc.)
* `Algebraic_Structures/` (Groups, Rings, Lattices, etc.)
* **/Exams**: Full question papers sorted by the examination or university.
* `University_XYZ_Midterm_2023/`
* `Final_Exam_2022/`
* **/Solutions** (Optional): A separate directory containing solved papers or answer keys.

*(You can customize this section to match your actual folder structure in the drive.)*

## How to Use This Resource 💡

1. **Click the link** above to open the shared Drive folder.
2. **Browse** to the topic or exam you are interested in.
3. **Download** the files you need or add them to your own Drive.
4. **Practice:** Try to solve the questions on your own, focusing on proofs and problem-solving techniques.
5. **Verify:** Check your answers against the provided solutions (if available).
6. **Identify Gaps:** Use these questions to find areas where you need more study.

## Disclaimer ⚠️

The questions provided here are for **educational and practice purposes only**. They have been collected from various public sources. There is no guarantee of their accuracy, completeness, or relevance to any specific future examination. The solutions (if provided) are for reference and may contain errors. Always cross-verify with trusted academic sources and textbooks.

## How to Contribute 🤝

Contributions are welcome! If you have more PYQs, better solutions, or suggestions:

* **Contact the maintainer** of this repository/drive.
* (If applicable) Upload your files to a "Contributions" folder within the drive.
* (If this is a Git repo) Open an **Issue** to report an error or suggest an improvement.

---
**Contributor:** YourGitHubUsername
**Contributor:** bigturtle679
Loading