Code Monkey home page Code Monkey logo

cpp-programming's Introduction

CodersRank profile


A final year undergrad, pursuing B-Tech in CSE from IIIT Sri City. Seeking a challenging career with a progressive organization that provides an opportunity to ameliorate my technical skills and abilities in the field of Computer Science.

visitor Count

📫 Connect with me:

              




cpp-programming's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

cpp-programming's Issues

Creation of a Dynamic Website for this Repository

Create a Dynamic website in which There will be each column for different sets of Algorithm & In Navigation bar built a Contributor's list profile view. In each column, after opening any CPP file it should be viewable.
Workflow Required

  • Create a Home Page with following features
    • Header having 4 right side Navigation bar (Home, About, Contribuotor's List, Contact Us)
    • A Logo (CPP-Programming) on the topmost right side of the header on each page.
    • Footer having text written Copyright @CPP-Programming2020
    • Card List for each Algorithm on the main Page Itself
    • Integrate the Cpp files with its Algorithm name like this
  • About Page Information
    • Write something about this Repository
  • Contributor's Page Information
    • Add the Name, Github Profile and the link of each Contributor Github Page.
  • Contact Page Information
    • Create a form having name, email-id, message.
  • Additional Information
    • Visitor's Count on the Home Page
    • Footer and Header on all 4 Pages
  • Rest features will be added as the Issue will progress

Sliding window maximum problem solution is not correct

Actually, the solution given is not even using sliding window technique. It is using nested loop to solve this. Time complexity will be O(n*k) and this will result in TLE on leetcode since this code is based on bruteforce. The correct approach is using sliding window technique to solve it in O(n) time. The heading he has given sliding window but instead he is using bruteforce.

Creating a CPP Programming App for this Repository

Create a IOS/Android App for this Repository in which it contains the following feature

  • Topic wise Algorithm list in Navigation bar
  • In each list, Show the Algorithms and then attach the file for that particular Algorithm.
  • One Column for Contributor's List page
  • One Column for Contact page
  • No need of prior login or registration
  • More features will be added in future in extended version

Add 0-1 knapsack in DP section

I want to solve 0-1 knapsack problem, which is the famous problem of Dynamic programming.

So, please assign this issues.

CPP Algorithm for Trees

Implement various types of functionalities such as Insertion,Deletion,Searching,etc of different types of Trees

CPP Algorithm for Graph

Implement all type of Graph Functionalities with using different graph(Directed & Undirected Both)

Add Floyd warshall's algorithm

hii,
assign me to add dp based solution for shortest distance between two vertices in a graph.
This one is important sde sheet problem and has various application for resolution.

Binary Search Programs

hi @siddharth25pandey

I want to add 2 question in Binary Search folder ( C++ )

  1. Peak element in an Array
  2. Search in an Rotated Array

Please assign this to me under Hacktoberfest2022 .

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.