Program design: Difference between revisions

From WIKI FOSSCELL NITC
(Created page with "==Program Design== It CSE Course for 2nd Semester . this is the beginning of DSA and will contain topics such as time complexity ,space complexity ,linked lists ,sorting and searching algorithms ,heaps ,binary trees and hash functions .you will also be taught DFS AND BFS algorithms but this was not tuaght to B23's due to sem shortening . the examination pattern is not fixed and may depend on faculty .you will be informed of the same when you enter the examination room...")
 
(Whoever wrote the last draft, hates punctuation.)
 
Line 1: Line 1:
==Program Design==
==Program Design==
It CSE Course for 2nd Semester . this is the beginning of DSA and will contain  topics such as time complexity ,space complexity ,linked lists ,sorting and searching algorithms ,heaps ,binary trees and hash functions .you will also be taught DFS AND BFS algorithms but this was not tuaght to B23's due to sem shortening .
Offered by [[Department of Computer Science and Engineering (CSED)]] in the 2nd semester from 2024 (3rd semester, previosuly) acts as an introductory course of DSA and contains topics such as time and space complexity, Linked lists, sorting and searching algorithm, heaps, binary trees and hash functions .The course also contains graph traversal algorithms like DFS and BFS but it was not taken for the B23 batch.


the examination pattern is not fixed and may depend on faculty .you will be informed of the same when you enter the examination room .in our case our 3 hour examination as divided into parts (of the faculty's choice) and will be given to you .the point is to solve the question in a fixed time .Therefore this si not an exam you can simply go and write .practing some easy leetcode questions can definintely help.
The examination pattern is not fixed and may depend on faculty. You will be informed of the same when you enter the examination room. In the case of B23s, it was an 3 hour examination, divided into 3 parts (of the faculty's choice). The point is to solve the question in a fixed time. Therefore this is not an exam you can simply go and write without speed practice. Practing some easy leetcode questions could definitely help.

Latest revision as of 03:24, 1 June 2024

Program Design

Offered by Department of Computer Science and Engineering (CSED) in the 2nd semester from 2024 (3rd semester, previosuly) acts as an introductory course of DSA and contains topics such as time and space complexity, Linked lists, sorting and searching algorithm, heaps, binary trees and hash functions .The course also contains graph traversal algorithms like DFS and BFS but it was not taken for the B23 batch.

The examination pattern is not fixed and may depend on faculty. You will be informed of the same when you enter the examination room. In the case of B23s, it was an 3 hour examination, divided into 3 parts (of the faculty's choice). The point is to solve the question in a fixed time. Therefore this is not an exam you can simply go and write without speed practice. Practing some easy leetcode questions could definitely help.