baquer / GATE-and-CSE-Resources-for-Students

📚 📖 📚CSE GATE Resources for GATE and CSE Aspirants 😎 😁 . Show your ❤️ by ⭐️⭐️
1.28k stars 363 forks source link

All listed NPTEL gate lectures at one place #27

Open rish-hyun opened 1 year ago

rish-hyun commented 1 year ago

I've created a repo which can produce a csv in order of any stream listed on https://gate.nptel.ac.in/ I think this may be useful

For CSE:

                     TOPIC                                     SUB TOPIC 1                            SUB TOPIC 2                                          URL
0               Algorithms                                     Searching_1                       Arrays and lists  https://www.youtube.com/watch?v=hT1dIbFQoGE
1               Algorithms                                     Searching_2                  Searching in an array  https://www.youtube.com/watch?v=3XCGzrCxVkw
2               Algorithms                                       Sorting_1                         Selection Sort  https://www.youtube.com/watch?v=1nAgMQSc-4Q
3               Algorithms                                       Sorting_2                         Insertion sort  https://www.youtube.com/watch?v=_EV6xAXf5FA
4               Algorithms                                       Sorting_3                             Merge sort  https://www.youtube.com/watch?v=2UP-XMgOyNw
..                     ...                                             ...                                    ...                                          ...
320  Theory of Computation                        Turing Machines - Part 1                        Turing Machines  https://www.youtube.com/watch?v=WYncdAzKMHU
321  Theory of Computation  Language Accepted By A Turing Machine - Part 2  Language Accepted by a Turing Machine  https://www.youtube.com/watch?v=i3j7dJJNIGA
322  Theory of Computation                         Undecidability - Part 1                       Undecidability 1  https://www.youtube.com/watch?v=ttzj5wq_pEw
323  Theory of Computation                         Undecidability - Part 2                       Undecidability 2  https://www.youtube.com/watch?v=45itKYT82H4
324  Theory of Computation                         Undecidability - Part 3                       Undecidability 3  https://www.youtube.com/watch?v=ujCP4TAtFKo

[325 rows x 4 columns]

My repo : https://github.com/rish-hyun/nptel-gate

rish-hyun commented 1 year ago

Here is the csv file : https://github.com/rish-hyun/nptel-gate/blob/main/CSE.csv

baquer commented 1 year ago

@rish-hyun Please make a PR for the Same, It will be useful for others