sukhmander
sukhmander
@sukhmander
Trusted Member
Joined: Mar 6, 2023
Last seen: May 30, 2023
Topics: 21 / Replies: 10
Reply
Answer to: Is React a framework or language?

React is a frontend framework in javascript and typescript language. It is used to build websites that are rendered client side. It consists of all th…

2 years ago
Topic
Replies: 0
Views: 407
Topic
Replies: 3
Views: 351
Topic
Replies: 1
Views: 260
Reply
Answer to: Programming

Object oriented programming is a programming paradigm in which we have class to represent the the structure of real world entities and object to repre…

2 years ago
Topic
Replies: 2
Views: 261
Topic
Replies: 0
Views: 266
Reply
Answer to: what is unix

Unix is and operating system just like windows. Initially it was just a commandline based operating system. Many popular operating system are based on…

2 years ago
Reply
Answer to: Which sorting algorithm is the best?

Bubble,Insertion, Selection sort have a time complexity of O(n^2), merge sort and quick sort are better as they have time complexity of O(n.logn).

2 years ago
Topic
Replies: 0
Views: 157
Reply
Answer to: what is dynamic programming?

Dynamic programming is a algorithm design technique, the problem is broken down into subproblems which solve some part of the original problem, the re…

2 years ago
Topic
Replies: 0
Views: 395
Topic
Reply
Answer to: What is the difference between syntax and coding?

Syntax is the grammar of a programming language, coding is the art of writing a program to instruct the computer to do some task

2 years ago
Topic
Page 2 / 3