Pinned Repositories
Adding-2-number
its a simple program that takes two number as a input from user and add them using function.
Alter-query
In this alter query of sql is used.
Binary-search
Its a program to search an element in an array that has been taken as input by using the concept of binary search.
Binary-search-tree
Its a program for binary search tree.
Bubble-sort
In this program unsorted array is taken as input and a sorted array is provide as output on console using concept of bubble sorting.
Compiler-Design-Lab-Programs
File-handling-resume
This resume has been created using File handling of python
Rating
It's a small rating GUI application made using tkinter module of python.
Resume
This resume has been created using html and css.
Rock-Paper-Scissor
Rock Paper Scissor Game
Aastha02-7's Repositories
Aastha02-7/Rating
It's a small rating GUI application made using tkinter module of python.
Aastha02-7/File-handling-resume
This resume has been created using File handling of python
Aastha02-7/Resume
This resume has been created using html and css.
Aastha02-7/Rock-Paper-Scissor
Rock Paper Scissor Game
Aastha02-7/Alter-query
In this alter query of sql is used.
Aastha02-7/Binary-search
Its a program to search an element in an array that has been taken as input by using the concept of binary search.
Aastha02-7/Binary-search-tree
Its a program for binary search tree.
Aastha02-7/Bubble-sort
In this program unsorted array is taken as input and a sorted array is provide as output on console using concept of bubble sorting.
Aastha02-7/Compiler-Design-Lab-Programs
Aastha02-7/Create-query
In this create query of sql is used which creates a table in database.
Aastha02-7/Desc-query
In this desc query of sql is used, which describes the table.
Aastha02-7/Hierarchical-inheritance
Its a program to the concept of hierarchical inheritance in c++.
Aastha02-7/javaprograms
Aastha02-7/Join-query
In this join query of sql is used.
Aastha02-7/Linear-search
Its a program to search an element in an array that has been taken as input by using the concept of linear search.
Aastha02-7/Linked-list
Its a program to implement linked list in c.
Aastha02-7/Matrix-multiplication
Its a program that simply produces the multiplication of two matrix that has been provided as input.
Aastha02-7/Merge-sorted-arrays
Its a program that simply merge two sorted array into a sorted array.
Aastha02-7/Multilevel-inheritance
Its a program that illustrate the concept of multilevel inheritance in c++.
Aastha02-7/Multiple-inheritance
Its a program to the concept of multiple inheritance in c++.
Aastha02-7/Music-Player
Aastha02-7/Number-guessing-game
We have seen the game in which we guess the number which was given by computer in this computer will guess our taken number.
Aastha02-7/Quick-sort
Its a program that takes array as input and sort it using the concept of quick sort.
Aastha02-7/Select-query
In this select query of sql is used.
Aastha02-7/Selection-sort
In this program unsorted array is taken as input and a sorted array is provide as output on console using concept of selection sorting.
Aastha02-7/Single-inheritance
Its a program to the concept of simple inheritance in c++.
Aastha02-7/Snake-Game
It's a snake game using pygame module of Python.
Aastha02-7/Stack-using-array
Its a program that implements the stack using array.
Aastha02-7/Swaping-two-variables
Its a simple program that takes 2 numbers as input from user and swap their value without using third variable.
Aastha02-7/View-query
In this view query of sql is used.