GitHub 您所在的位置:网站首页 datastructures GitHub

GitHub

2023-04-05 13:42| 来源: 网络整理| 查看: 265

Data-Structures---Some-Assignments

Hi there! This is a repository containing some codes (in C Language) of basic data structure programs. In my codes, I've applied concepts of Linked Lists, Stacks , Queues , Circular Queues, Trees , Graphs and so much more!

You'll be able to find the codes for the following programs :

Performing operations - addition, subtraction, multiplication, transpose, saddle point - on matrices

solved by using pointers and 2D Arrays

A database program to store the members of a Pinnacle Club + perform operations on them - add member, delete member and display list (in order + in reverse)

solved by using linked lists

Converts numeric expressions from infix to postfix form + evaluates the answer

solved by using linked lists and stacks

Creating a circular queue by taking numbers as input and performing operations (add, delete, display) on the queue

used a circular queue of size 5. functions created : enqueue(), dequeue(), display()

Creating a Binary Search Tree and performing operations such as - Insert / Delete / Search / Display - on the BST.

made the tree with the help of nodes (doubly linked list) used the concept of recursion in creating the functions to perform operations on the BST

Searching for an element - in a specified tree

created a tree with fixed nodes and values a simple approach to find whether a number is present in the tree or not


【本文地址】

公司简介

联系我们

今日新闻

    推荐新闻

    专题文章
      CopyRight 2018-2019 实验室设备网 版权所有