https://github.com/anuraganalog/gateresources
Here are my GATE CSE 2021 Resources
https://github.com/anuraganalog/gateresources
2021 algorithms aptitude cn coa compiler-design cse data-structures dbms digital-logic engineering-mathematics gate os programming resources theory-of-computation
Last synced: about 1 month ago
JSON representation
Here are my GATE CSE 2021 Resources
- Host: GitHub
- URL: https://github.com/anuraganalog/gateresources
- Owner: AnuragAnalog
- License: gpl-3.0
- Created: 2021-01-02T02:51:35.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-26T15:30:46.000Z (about 4 years ago)
- Last Synced: 2025-01-19T10:09:57.103Z (3 months ago)
- Topics: 2021, algorithms, aptitude, cn, coa, compiler-design, cse, data-structures, dbms, digital-logic, engineering-mathematics, gate, os, programming, resources, theory-of-computation
- Homepage:
- Size: 45.4 MB
- Stars: 128
- Watchers: 3
- Forks: 40
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gate Resources
These notes are from Gate Applied AI and for Computer and Information Sciences.
I have uploaded in [archive.org](https://archive.org) so that everyone can easily access them. You can also download the complete GATE CSE syllabus notes at this link: [https://archive.org/details/gate-applied-ai-notes](https://archive.org/details/gate-applied-ai-notes)
> Complete syllabus file is huge (530 MB)
Under each topic I have also included the links of the some video playlists which I found easy to understand.
> These are not the only videos which can be used## Syllabus
* [Aptitude](https://archive.org/details/gate-notes-aptitude)
* [Engineering Mathematics](https://archive.org/details/gate-notes-engineering-mathematics)
* [Discrete Mathematics](https://archive.org/details/gate-notes-discrete-mathematics)
* [Digital Logic](https://archive.org/details/gate-notes-digital-logic)
* [Computer Organization and Architecture](https://archive.org/details/gate-notes-coa)
* [C Programming](https://archive.org/details/gate-notes-c-programming)
* [Data Structures](https://archive.org/details/gate-notes-data-structures)
* [Algorithms](https://archive.org/details/gate-notes-algorithms)
* [Theory of Computation](https://archive.org/details/gate-notes-theory-of-computation)
* [Compiler Design](https://archive.org/details/gate-notes-compiler-design)
* [Operating System](https://archive.org/details/gate-notes-operating-systems)
* [Databases](https://archive.org/details/gate-notes-databases)
* [Computer Networks](https://archive.org/details/gate-notes-computer-networks)## Topics
### Aptitude
#### Videos
* [Neso Academy:- Aptitude](https://www.youtube.com/playlist?list=PLBlnK6fEyqRhMP7gwIe2j0hb1PCvYn0RI)
### Engineering Mathematics
#### Videos
* [Connected Components](https://www.youtube.com/watch?v=9esCn0awd5k)
### Digital Logic
#### Videos
* [K-maps with don't care](https://www.youtube.com/watch?v=_F9nAb6m4U4)
* [Floating Point Number](https://www.youtube.com/watch?v=XOMTNy2qiZ0)### Computer Organization and Architecture
### Programming and Data Structures
#### Code
* [Data Structure implementation in C](https://github.com/AnuragAnalog/dfs)
#### Videos
* [Jenny's lectures CS/IT NET&JRF:- Data Structures and Algorithms](https://www.youtube.com/playlist?list=PLdo5W4Nhv31bbKJzrsKfMpo_grxuLl8LU)
* [Neso Academy:- Data Structures](https://www.youtube.com/playlist?list=PLBlnK6fEyqRj9lld8sWIUNwlKfdUoPd1Y)
* [Neso Academy:- C Programming](https://www.youtube.com/playlist?list=PLBlnK6fEyqRhX6r2uhhlubuF5QextdCSM)
* [Tower of Hanoi](https://www.youtube.com/watch?v=q6RicK1FCUs)
* [Tail Recursion](https://www.youtube.com/watch?v=HIt_GPuD7wk)### Algorithms
### Theory of Computation
#### Videos
* [Neso Academy:- Theory of Computation](https://www.youtube.com/playlist?list=PLBlnK6fEyqRgp46KUv4ZY69yXmpwKOIev)
### Compiler Design
#### Videos
* [Runtime Environment](https://www.youtube.com/watch?v=GwuYLFZNu4M)
* [Gate Smashers:- Compiler Design](https://www.youtube.com/playlist?list=PLxCzCOWd7aiEKtKSIHYusizkESC42diyc)### Operating System
#### Code
* [Scheduler with a few scheduling algorithms](https://github.com/AnuragAnalog/os_assign/tree/master/scheduler)
* [Memory Management Simultor](https://github.com/AnuragAnalog/os_assign/tree/master/memory_management)#### Videos
* [Neso Academy:- Operating Systems](https://www.youtube.com/playlist?list=PLBlnK6fEyqRiVhbXDGLXDk_OQAeuVcp2O)
* [Memory Design Horizontal Scaling](https://www.youtube.com/watch?v=iyTxhDPPBXA)
* [Memory Design Vertical Scaling](https://www.youtube.com/watch?v=OzXUpk8yiWs)### Databases
#### Code
* [MySQL Cheatsheet](https://github.com/Cheatsheet-lang/MySQL-cheatsheet)
#### Videos
* [Jenny's lectures CS/IT NET&JRF:- Database and Management System](https://www.youtube.com/playlist?list=PLdo5W4Nhv31b33kF46f9aFjoJPOkdlsRc)
* [ER-diagram to Table 1](https://www.youtube.com/watch?v=0EXfb3HzBTs)
* [ER-diagram to Table 2](https://www.youtube.com/watch?v=7LRH7DY1QbQ)
* [Correlated Queries](https://www.youtube.com/watch?v=SM9cDMxAeK4)
* [Database Normalization](https://www.youtube.com/playlist?list=PLLGlmW7jT-nTr1ory9o2MgsOmmx2w8FB3)### Computer Networks
#### Videos
* [Neso Academy:- Computer Networks](https://www.youtube.com/playlist?list=PLBlnK6fEyqRgMCUAG0XRw78UA8qnv6jEx)
## Simple Tricks
* [Linear Algebra](https://youtu.be/eVZX1VDC_As)