menu
Login
Register
search
Log In
account_circle
Log In
Email or Username
Password
Remember
Log In
Register
I forgot my password
Register
Username
Email
Password
Register
add
Activity
Questions
Unanswered
Tags
Subjects
Users
Ask
Prev
Blogs
New Blog
Exams
Quick search syntax
tags
tag:apple
author
user:martin
title
title:apple
content
content:apple
exclude
-tag:apple
force match
+apple
views
views:100
score
score:10
answers
answers:2
is accepted
isaccepted:true
is closed
isclosed:true
Recent Posts
Barc Interview Experience 2020- CSE stream
JEST 2021 registrations are open
TIFR GS-2021 Online Application portal
IIT Jodhpur Mtech AI - Interview Expierence (Summer Admission)
Interview experience at IIT Tirupati for MS program winter admission
Subjects
All categories
General Aptitude
(2.1k)
Engineering Mathematics
(8.5k)
Digital Logic
(3k)
Programming and DS
(5.1k)
Algorithms
(4.5k)
Theory of Computation
(6.3k)
Compiler Design
(2.2k)
Operating System
(4.7k)
Databases
(4.3k)
CO and Architecture
(3.5k)
Computer Networks
(4.3k)
Non GATE
(1.2k)
Others
(1.3k)
Admissions
(595)
Exam Queries
(838)
Tier 1 Placement Questions
(16)
Job Queries
(71)
Projects
(19)
Unknown Category
(1.1k)
Recent Blog Comments
hi this pdf have gate prevoius year questions or...
Thanks, dude for sharing your experience !! It...
Congratulations, at least you made it to the...
seems like you really enjoyed the process.......
I wrote an email to IISC regarding JEST 2021 but...
Network Sites
GO Mechanical
GO Electrical
GO Electronics
GO Civil
CSE Doubts
Recent posts tagged data-structures
1
Standard Videos for Programming and DS
$\textbf{Contents}$ $\textbf{Syllabus: Programming}$ ... Video link from GO Youtube channel Queues Stacks Singly - Linked Lists Doubly - Linked Lists Arrays GO Videos Topics to be Covered:
yes. Corrected :)
posted
Oct 8, 2019
in
Study Materials
Lakshman Patel RJIT
358
views
programming
and
data-structures
2
Tree data-structure visualization :
off topic here: There is a lot variation of tree QS + c_programming QS in gate using recursion: I found it helpful to run all those and test the correctness of them and try different variations using minor modifications in the questions. To ... editor like sublime: you can collapse (toggle) unnecessary codes and can focus only on the codes you need. Like this:
Randomized quicksort is an extension of quicksort where the pivot is chosen randomly. What is the worst case complexity of sorting n numbers using Randomized quicksort? $O(n)$ $O(n \log n)$ $O(n^2)$ $O(n!)$
posted
Jan 13, 2017
in
Programming & Data Structures
dd
1,183
views
programming
data-structures
3
Course Page for Programming & Data Structures
http://www.gatecse.in/programming/ http://www.gatecse.in/data-structures/ Refer the above two links for the materials. Also do follow this blog for GATE 2017 (we won't be using moodle any more). I'll be adding some exercises as comments. Most exercises for this subject will be programming ones.
The amount of ROM needed to implement a $4-bit$ multiplier is $64$ bits $128$ bits $1$ Kbits $2$ Kbits
posted
Mar 17, 2016
in
Programming & Data Structures
Arjun
665
views
programming
data-structures
gate2017
coursepage
4
Important Questions in Data Structures
Important Ones http://gateoverflow.in/questions/programming-in-c/ds?sort=featured More Questions Topic Source Link Solution Linked Lists IITKgp Assignment- IA Linked Lists Solutions Stack, Queue IITKgp Assignment- IB Stack Queue Solutions Binary Trees IITKgp ... and Hash-tables IITKgp Arrays, Tables and Set NA B+ Trees IITKgp B+tree NA Graphs IITKgp Graphs NA
posted
Jul 29, 2015
in
Programming & Data Structures
Arjun
30,275
views
data-structures
important-questions
To see more, click for the
full list of questions
or
popular tags
.
...