Login
Register
Dark Mode
Brightness
Ambient Glow – Questions list
Register
Profile
Edit Profile
Messages
My favorites
My Updates
Logout
Recent questions tagged goclasses-da-dpp-day-96
1
1 vote
1
1 answer
400
400 views
GO Classes DPP | PYTHON & DSA |BST
In a binary search tree (BST) where all keys are distinct, which of the following properties are TRUE regarding tree traversals and structure?The In-order traversal of an...
GO Classes
400
views
asked
Feb 3
Programming in Python
goclasses
python-&-dsa
goclasses-da-dpp
goclasses-da-dpp-day-96
goclasses-python-&-dsa-practice-questions
multiple-selects
+
–
2
2 votes
1
1 answer
171
171 views
GO Classes DPP | PYTHON & DSA |PYTHON
Consider the following Python function $\verb|mystery_ds|$ that processes a list of integers:def mystery_ds(arr): stack = [] result = [0] * len(arr) for i in ...
GO Classes
171
views
asked
Feb 3
Programming in Python
goclasses
python-&-dsa
goclasses-da-dpp
goclasses-da-dpp-day-96
goclasses-python-&-dsa-practice-questions
numerical-answers
+
–
0
0 votes
1
1 answer
175
175 views
GO Classes DPP | PYTHON & DSA |GRAPH
Consider an Adjacency List representation of a directed graph $G=(V, E)$ with $n$ vertices and $m$ edges, implemented using Python's $\verb|dict|$ where keys are vertex I...
GO Classes
175
views
asked
Feb 3
Programming in Python
goclasses
python-&-dsa
goclasses-da-dpp
goclasses-da-dpp-day-96
goclasses-python-&-dsa-practice-questions
multiple-selects
+
–
0
0 votes
1
1 answer
153
153 views
GO Classes DPP | PYTHON & DSA |BINARY TREE
A binary tree $T$ is constructed such that for every node $N$, the number of nodes in its left subtree $L(N)$ and right subtree $R(N)$ satisfy the condition: $\mid \opera...
GO Classes
153
views
asked
Feb 3
Programming in Python
goclasses
python-&-dsa
goclasses-da-dpp
goclasses-da-dpp-day-96
goclasses-python-&-dsa-practice-questions
numerical-answers
+
–
0
0 votes
1
1 answer
146
146 views
GO Classes DPP | PYTHON & DSA |HASHING
Consider a custom Python-style hash table implementation using Linear Probing to resolve collisions. The hash table has a size of $m=11$ $($indices $0$ to $10 )$ and uses...
GO Classes
146
views
asked
Feb 3
Programming in Python
goclasses
python-&-dsa
goclasses-da-dpp
goclasses-da-dpp-day-96
goclasses-python-&-dsa-practice-questions
numerical-answers
+
–
To see more, click for the
full list of questions
or
popular tags
.