Coder Social home page Coder Social logo

aryan-jha29 / dsu_cpp17_headerfile Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 19 KB

Implementation of Disjoint Set Union Header File(.hpp) from scratch using object-oriented design approach.

License: MIT License

C++ 88.83% Makefile 11.17%
cpp-library cpp11 cpp14 cpp17 disjoint-sets disjoint-unions graphs-theory header-files union-by-rank-and-path-compression

dsu_cpp17_headerfile's Introduction

Hi, I am Aryan

  • I am Software Engineer 🚀 proficient in C, C++, Data Structures and Algorithms, Problem-Solving and have familiar knowledge of SQL, HTML, CSS, Javascript.
  • I always have interest for Competitive Programming and have been part of several contests across different platforms which helped me improving my overall problem solving skills.
  • Currently I am exploring Automation frameworks and coding automation scripts to improve the overall efficiency of the platform and provide a smooth bug free experience for the end user/client.
  • Apart from this I even have interest in backend development and try to learn new things across this domain and look forward to absorbing knowledge🧠, gaining experience 🏭, collaborating🤝, growing 🌱 and building impactful software through my work!
  • Feel free to reach out and connect😉!

Connect With Me 📫


Aryan's LinkdeIn Aryan's Instagram Aryan's Mail Aryan's GFG

Tools Used


vscode sublime googlechrome cf cc leetcode github

Languages Familiar With




Pinned Repository


Github Statistics

Aryan's github activity graph

Show ❤️ by starring and forking repositories you find helpful!

Thanks!

⭐️ From Aryan-Jha29 and suggestions always welcomed!

dsu_cpp17_headerfile's People

Contributors

akashchouhan16 avatar aryan-jha29 avatar

Stargazers

 avatar

Watchers

 avatar  avatar

dsu_cpp17_headerfile's Issues

Add makefile to allow recompilation of only what is needed

Adding makefile and starter template cpp file as an optional support feature to the header file.

  • Include a template cpp program file (main.cpp) and bind the execution with makefile

What is the need for this additional support?

A makefile is useful because it allows you to recompile only what you need when you make a change (if correctly defined). Because there will be many files to be compiled and linked, as well as documentation, tests, and examples, recreating the programme in a large project can take a long time.

Include IO optimization with the header file.

IO Optimization Needed

  • Header file could include a fast io support built-in, as input-output through the iostream(std::cout and std::cin) object is comparatively slow.
  • Header could include an IIFE so that the io optimization is set as soon as the disjoint_set.hpp header file is included.

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.