Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kauahensilva/c_double_circular_linked_list_and_others

This project is a simple bibliographic reference manager developed to study the C language and data structures.
https://github.com/kauahensilva/c_double_circular_linked_list_and_others

c data-structures estrutura-de-dados

Last synced: 9 days ago
JSON representation

This project is a simple bibliographic reference manager developed to study the C language and data structures.

Awesome Lists containing this project

README

        

# Double Circular Linked List And Others

this project is a simple bibliographic reference manager, it is a project that I developed to study the language and the data structure.

## 🚀 Getting Started

Follow the instructions below to have the project running locally.

## 📋 Prerequisites

The project was developed in the Ubuntu environment, so the commands may vary according to the operating system. The project uses the following dependencies:

### GCC

```bash
sudo apt install build-essential
```

### Meson

```bash
sudo apt-get -y install meson
```

### Ninja

```bash
sudo apt-get -y install ninja-build
```

## ❤️ Contribution

Contributions are welcome! To contribute, favorite the project and give your opinion about it!

## 🐬 Improve the Project.

Help improve the project! Fork it and develop your creativity!

>https://github.com/KauaHenSilva/c_double_circular_linked_list_and_others

## 🛠️ Exec From Source

1. **Clone this repository:**

```bash
git clone https://github.com/KauaHenSilva/c_double_circular_linked_list_and_others
```

2. **Navigate to the project directory:**

```bash
cd c_double_circular_linked_list_and_others
```

3. **Build:**

```bash
meson setup builddir
```

4. **compiler:**

```bash
ninja -C builddir
```

5. **Run:**

```bash
./builddir/src/main
```