Giter Club home page Giter Club logo

data-structures's Introduction

Data Structures Course Projects

Developed by: Farnaz Zinnah

Projects Overview

This repository contains three key projects from a Data Structures course, showcasing skills in implementing complex data structures and algorithms in C++.

Binary Tree (bintree)

A C++ implementation of a binary tree data structure, providing functions such as inorder, tree_clear, insert, tree_copy, and tree_size. It offers insights into binary tree manipulations like inserting nodes, copying trees, and traversing trees in different orders.

Sequence1

An array-based sequence class implementation (sequence1) that allows operations like insert, attach, remove_current, and navigation through the sequence (start, advance). It provides a practical application of array manipulation and sequence control in C++.

Sequence2

A linked-list-based sequence class implementation (sequence2), demonstrating advanced usage of pointers and dynamic memory. It includes methods for list manipulation, such as insert, attach, remove_current, start, and advance.

Each project includes detailed implementation and showcases various aspects of data structures, offering a foundational understanding of both array and linked-list-based sequences in C++.

Installation Instructions

  • Clone the repository
  • Compile the C++ files with a suitable compiler
  • Run the compiled executables to test the functionalities

data-structures's People

Contributors

fzinnah17 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.