Giter VIP home page Giter VIP logo

dynamic-lists-c's Introduction

Dynamic Lists using C

Description

These are my projects in C language made for FUMEC University in Data Structures II, using Eclipse C/C++ IDE.

Versions

Version 1.6

  • Added two functions to DoubleDynamicList: freeList() and removeChar().

Version 1.5

  • Updated freeListChar(). It's done! :D
  • Added DoubleDynamicList and DoubleCircularDynamicList projects.

Version 1.4

  • Updated freeList() function, now it works perfectly! :)
  • Added freeListChar() function.

Version 1.3

  • Updated README with all circular dynamics lists functions.
  • Translated functions and comments.
  • Updated freeList(), now it is recursive function! But still doesn't work! (2).
  • Added dynamic lists functions to REAME.md.

Version 1.2

  • Update freeList(), now it is recursive function! But still doesn't work perfectly.

Version 1.1

  • Updated the README.md
  • Updated CircularDynamicList file.
  • Translated CircularDynamicList file.
  • Added freeList() function on CircularDynamicList project.
  • Fixed the errors.

Version 1.0

  • Beginning!

Content

  • Pointers (dynamic memory alocation) projects.
  • Dynamic lists.
  • Circular dynamic lists.
  • Doubly dynamic lists.
  • Doubly circular dynamic lists.

Dynamic list functions:

  • emptyList()
  • insertChar()
  • printList()
  • search()
  • belongs()
  • belongsRecursOneLine()
  • emptyList()
  • removeChar()
  • removeByChar()
  • freeList()
  • freeListLessLine()
  • freeListRecursive()
  • freeListRecursiveLessLine()
  • loop()
  • invertTwoData()
  • mixLists()

Circular dynamic lists functions:

  • startList()
  • insertChar()
  • printList()
  • infinitePrint()
  • emptyList()
  • searchChar()
  • freeList()
  • freeListChar()

Doubly circular dynamic lists functions:

  • startList()
  • insertList()
  • printList()
  • emptyList()
  • searchList()
  • freeList()
  • removeChar()

Todo

  • Improve the structure of removeChar() of DoublyDynamicList file.
  • Improve the structure in main().
  • Finalize function mixLists() in Dynamic Lists file.

dynamic-lists-c's People

Contributors

kaweski avatar

dynamic-lists-c's Issues

Sintax error

Discover why the error "expected declaration or statement at end of input CircularDynamicList.c /CircularDynamicList/src" appears.

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.