Git Product home page Git Product logo

Raisa Zaman's Projects

arrayandfunctions icon arrayandfunctions

- Continuing to review user defined functions. - Continuing to review arrays and passing arrays to functions.

arrayunderstanding icon arrayunderstanding

Objectives:•Review voidand valuereturning functions.•Review passing parameters to functions by referenceand by value.•Review passing arrays to functions.•Review iterating through an array to output its elements.•Learning to search an array for a specified item.•Understanding and implementing the Selection Sortalgorithm.

classoodwithdynamicmemory icon classoodwithdynamicmemory

• Working with pointers and dynamic memory allocation. • Determining the length of an array at run-time. • Implementing dynamically allocated arrays of class objects

implementation-of-a-minheap icon implementation-of-a-minheap

This C++ console application loads a column of numbers, and insert the number in a min heap, and then deletes the min heap.

implementing-a-binary-search-tree icon implementing-a-binary-search-tree

This C++ console application loads numbers and adds it to a tree, and runs functions on the tree to answer 1. How many nodes were in your search tree? 2. Print the entire tree. 3. What is the smallest element in the tree ? 4. What is the largest element in the tree ? 5. What is the height of the tree ? 6. What is the height of the left sub - tree ? 7. What is the height of the right sub - tree ? 8. Check an element in the BST ? 9. How many nodes are in level "N" of the tree ? 10. Print the smallest value in the tree. 11. Print the largest value in the tree. 12. Destroy the tree and put the memory back to the pool.

sharesunsets icon sharesunsets

Consider the design of a database for a web site that allow people to share sunset images.

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.