Git Product home page Git Product logo

caupolicanre / ayed-tp2 Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 1.46 MB

Repository to upload the project of the practical work N°2 of Algorithms and Data Structures. Tecnicatura Universitaria en Procesamiento y Explotación de Datos, Facultad de Ingeniería UNER. Brehm, Ré. 2022

License: MIT License

Python 100.00%
abb abstract-data-types algorithms-and-data-structures avl-tree double-linked-list python

ayed-tp2's Introduction

Hi, I'm Caupolicán! 🖥️

An advanced Data Science student db-logo and Python enthusiast python-logo

A little more about me

class Caupo:
    def __init__(self):
        self.name = 'Caupolicán'
        self.last_name = 'Ré'
        self.nacionality = 'Argentinian'
        self.birthday = 'May, 5th'
        self.student = True
        self.working = True

    @property
    def studying_at(self) -> str:
        return 'Facultad de Ingeniería - UNER'

    @property
    def career(self) -> str:
        return 'Data Processing and Exploitation'

    @property
    def working_at(self) -> dict:
        return {
            'LICA': 'Laboratorio de Informática y Computación Aplicada',
            'SADER': 'Ministerio de Salud de Entre Ríos'
        }

    @property
    def languages(self) -> dict:
        return {
            'spanish': 'native',
            'english': 'fluent'
        }

    @property
    def programming_languages(self) -> list:
        return ['Python', 'SQL', 'C', 'R', 'Java']
    
    @property
    def frameworks(self) -> list:
        return ['Flask', 'FastAPI', 'Django', 'Django-REST-framework']

⌨️⏲️ Weekly development breakdown

From: 05 August 2024 - To: 12 August 2024

Total Time: 41 hrs 7 mins

Python       30 hrs 20 mins  ▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▱▱▱▱▱▱▱   73.78 %
HTML         6 hrs 46 mins   ▰▰▰▰▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱   16.46 %
JavaScript   3 hrs 4 mins    ▰▰▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱   07.46 %

I'm an Early 🐤

🌞 Morning                689 commits         ▰▰▰▰▰▰▰▰▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱   30.22 % 
🌆 Daytime                791 commits         ▰▰▰▰▰▰▰▰▰▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱   34.69 % 
🌃 Evening                507 commits         ▰▰▰▰▰▰▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱   22.24 % 
🌙 Night                  293 commits         ▰▰▰▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱   12.85 % 

💼 Highlighted Projects


⚡ Recent Activity

  1. 🗣 Commented on #491 in anmol098/waka-readme-stats
  2. 🗣 Commented on #491 in anmol098/waka-readme-stats
  3. 🗣 Commented on #452 in anmol098/waka-readme-stats
  4. 🗣 Commented on #471 in anmol098/waka-readme-stats
  5. 💪 Opened PR #491 in anmol098/waka-readme-stats

📩 Connect with me

ayed-tp2's People

Contributors

caupolicanre avatar slimerpy avatar

Stargazers

 avatar

Watchers

 avatar

ayed-tp2's Issues

Módulo Temperaturas_DB

Si bien utilizas un AVL dentro del módulo, el módulo implementado es la base de datos, intentá referirte más a ella y abstraer el uso interno del AVL. Modifiquen la documentación:
"Crea una base de datos"
"Se agrega una nueva medición a la base de datos" (No, un nuevo nodo al árbol)
igual con los otros métodos

Ejercicio 3 completo!

Muy bien! completen lo que les falta en los otros ejercicios si quieren defender miércoles o jueves de esta semana

Trabajo Completo!

Felicitaciones, su TP2 está aprobado. Solo modifiquen en el informe del ejercicio2 para aclarar, en cada método, que usan un AVL, no un ABB.

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.