Giter Club home page Giter Club logo

csfunsolopractice's Introduction

CSFunSoloPractice

practice for problems in CS Fundamentals

  1. (done!) Implement a function to add a Node to the beginning of a doubly linked list.
  2. (done!) Implement a function to remove a Node from the beginning of a doubly linked list.
  3. (done!) Implement a function to add a Node at the second position in a doubly linked list.
  4. (isn't this the same as #2??) Implement a function to remove the second Node from a doubly linked list.
  5. (done!) Empty a singly linked list
  6. (done!) Empty an array of size 20. Empty = uninitialize all cells to -1
  7. (done!) Insert a node into a sorted singly linked list with value 999.
  8. () Add an element with value 999 to a sorted array. The array is of size 20. All unassigned entries have value INT_MAX, which is specially reserved for this purpose. All unassigned entries are at (or shifted to be at) the end of the array.
  9. (done!) Delete nodes in a singly linked list with specified data value e.g. int value of 5
  10. () Remove entries from an array with specified data value e.g. int value of 5 The array is of size 20 and all unassigned entries have value INT_MAX, which is specially reserved for this purpose. All unassigned entries are at (or shifted to be at) the end of the array.
  11. (done!) Print the largest integer data value in a singly linked list
  12. () Print the largest integer data value in a native int array
  13. (done!) Print all integer data values in a singly linked list
  14. (done!) Print all integer data values in a native int array
  15. Explain: what is a memory leak?
  16. Explain: what is an access violation?

csfunsolopractice's People

Contributors

miriam-cortes avatar shrutivanw 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.