• Stars
    star
    1
  • Language
    JavaScript
  • Created 11 months ago
  • Updated 10 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

More Repositories

1

Problem-1

Write a Python program to store marks scored in subject "Fundamental of Data Structure" by N student in the class. Write functions to compute following: a) The average score of class b) Highest score and lowest score of class c) Count of students who were absent for the test d) Display marks with highest frequency
Python
4
star
2

Sad-love-story-stick-boy-and-girl-

Sad love story(stick boy and girl) using C++ graphics.h library
C++
2
star
3

bank-transaction-problem

Python
1
star
4

Snake-Game

Snake Game Using python Pygame module.
Python
1
star
5

sparse-matrix-operation

Sparse matrix operation (practical 6)
Python
1
star
6

Flying-Drone-Using-HTML-CSS-and-JS

Flying Drone Using HTML, CSS and JS project
CSS
1
star
7

Stack-Sorting-

Stack Sorting
C++
1
star
8

Matrix-addition

Addition of two matrix
Python
1
star
9

Practical-on-Queue

Practical on Queue
C++
1
star
10

employee-problem

Python
1
star
11

sparse-matrix-addition

sparse matrix addition using python
Python
1
star
12

Minimum-Spanning-Tree-Kruskal-s-Algorithm-

C++
1
star
13

PHP-XML-Parsers

PHP
1
star
14

intertion-sort-and-shell-sort

Write a Python program to store second year percentage of students in array. Write function for sorting array of floating point numbers in ascending order using a) Insertion sort b) Shell sort and display top five scores
Python
1
star
15

Stack-Class-

My own made stack class with all stack related function
C++
1
star
16

Balance-parenthesis-

Balance parenthesis
C++
1
star
17

Diwali_Stickboy_Animation

Python
1
star
18

doubly-linked-list

C++
1
star
19

SonuSV7719

Config files for my GitHub profile.
1
star
20

Iris-Classification-Dashboard

Python
1
star
21

Handwritting-Recognition-Model

Jupyter Notebook
1
star
22

test-1

Python
1
star
23

Chatting-App

Chatting App using ReactJS and Firebase
JavaScript
1
star
24

My-Matrix-Functions-methods-

Python
1
star
25

Online-Python-Compiler-

Online Python Compiler - Using JQuery and PHP
JavaScript
1
star
26

Database-Management-Using-PHP-MYSQLI-

Database Management Using PHP(MYSQLI)
PHP
1
star
27

Bubble-Sort

Write a Python profram to store second year percentage of students in array. Write function for sorting array of floating point numbers in ascending order using quick sort and display top five scores.
Python
1
star
28

stack-using-array

finding palindrome using stack array
C++
1
star
29

stack_class_with_implementation

C++
1
star
30

upper-and-lower-triangular-matrix

Python
1
star
31

Singly-linked-list

Department of Computer Engineering has student's club named 'Pinnacle Club'. Students of second, third and final year of department can be granted membership on request. Similarly one may cancel the membership of club. First node is reserved for president of club and last node is reserved for secretary of club. Write C++ program to maintain club memberโ€˜s information using singly linked list. Store student PRN and Name. Write functions to: a) Add and delete the members as well as president or even secretary. b) Compute total number of members of club c) Display members d) Two linked lists exists for two divisions. Concatenate two lists.
C++
1
star
32

Array-Problem

Write a Python program to store marks scored in subject "Fundamental of Data Structure" by N student in the class. Write functions to compute following: a) The average score of class b) Highest score and lowest score of class c) Count of students who were absent for the test d) Display marks with highest frequency using array in python
Python
1
star
33

Searching-Practical-7-

a) Write a Python program to store roll numbers of student in array who attended training program in random order. Write function for searching whether particular student attended training program or not, using Linear search and Sentinel search. b) Write a Python program to store roll numbers of student array who attended training program in sorted order. Write function for searching whether particular student attended training program or not, using Binary search and Fibonacci search
Python
1
star
34

problem-2

In second year computer engineering class, group A studentโ€™s play cricket, group B students play badminton and group C students play football. Write a Python program using functions to compute following: - a) List of students who play both cricket and badminton b) List of students who play either cricket or badminton but not both c) Number of students who play neither cricket nor badminton d) Number of students who play cricket and football but not badminton. (Note- While realizing the group, duplicate entries should be avoided, Do not use SET built- in functions)
Python
1
star
35

selection-and-bubble-sort

Write a Python program to store first year percentage of students in array. Write function for sorting array of floating point number in ascending order using a) Selection Sort b) Bubble sort and display top five scores.
Python
1
star
36

All-sorting-functions

bubble sort, merge sort, Intertion Sort, shell sort, quick sort etc.
Jupyter Notebook
1
star