Skip to content

developer-academy-unina/Session-Introduction-to-Data-Structures-and-Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Session

Introduction to Data Structures and Algorithms


Report a Bug · Ask a Question

coverage

Table of Contents


About

The project simulates a queue of kitchen orders. On the main screen you can see all the orders that were placed and by tapping on the "Prepare Next Order" button, the order on the top of the queue is popped.

You can add a new order by tapping on the New Order button located on the Navigation Bar and filling the new order form.

The project has the goal of demonstrating the usage of the swift-collections package. The data structure being used in the project is the Dequeue, to simulate the queue of orders that the kitchen must prepare.


Getting Started

Installation

  1. Clone the repo

    git clone https://github.com/developer-academy-unina/Session-Introduction-to-Data-Structures-and-Algorithms
  2. Open the .xcodeproj file

Issues and Discussions

You've found a bug in the source code, a mistake in the documentation or maybe you'd like a new feature? Take a look at GitHub Discussions to see if it's already being discussed. You can help us by submitting an issue on GitHub. Before you create an issue, make sure to search the issue archive -- your issue may have already been addressed!

Please try to create bug reports that are:

  • Reproducible. Include steps to reproduce the problem.
  • Specific. Include as much detail as possible: which version, what environment, etc.
  • Unique. Do not duplicate existing opened issues.
  • Scoped to a Single Bug. One bug per report.

Support

Reach out to the maintainer at one of the following places:


Authors & contributors

The original setup of this repository is by Tiago Pereira.

For a full list of all authors and contributors, see the contributors page.


License

This project is licensed under the MIT License.

See LICENSE for more information.

About

Example of how you can apply Data Structures in iOS projects.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages