Question
Sec 14 of limitation Act will have no application:
Solution
Limitation Act, 1963 This section is applicable only in matters for excluding time spent if the matter has b=gone before court not having jurisdiction. But, where the suit is dismissed after adjudication on merits then this section has no application on it. S. 14 Exclusion of time of proceeding bona fide in court without jurisdiction. — (1) In computing the period of limitation for any suit the time during which the plaintiff has been prosecuting with due diligence another civil proceeding, whether in a court of first instance or of appeal or revision, against the defendant shall be excluded, where the proceeding relates to the same matter in issue and is prosecuted in good faith in a court which, from defect of jurisdiction or other cause of a like nature, is unable to entertain it. (2) In computing the period of limitation for any application, the time during which the applicant has been prosecuting with due diligence another civil proceeding, whether in a court of first instance or of appeal or revision, against the same party for the same relief shall be excluded, where such proceeding is prosecuted in good faith in a court which, from defect of jurisdiction or other cause of a like nature, is unable to entertain it. Â
Which algorithm guarantees the shortest path in a graph with negative weights but no negative cycles?
The minimum number of edges in a connected graph with n vertices is:
In a binary search tree (BST), what is true about the left child of a node?
Recursive problems are implemented by
Which algorithm finds the shortest paths between all pairs of vertices in a weighted graph?
Depth-First Search (DFS) typically uses which data structure implicitly or explicitly?
Which of the following properties must a problem exhibit to be solvable by a greedy algorithm?
Which of the following sorting algorithms is best for nearly sorted data?
Which of the following is a fundamental challenge in Natural Language Processing (NLP)?
In which case is QuickSort’s performance worst?