Skip to content
View pjdurden's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report pjdurden

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
pjdurden/readme.md

Prajjwal Chittori (Him/He) ⚡

  • 🔭 Computer Science Engineering Graduate from Delhi Technological University, Currently working as SDE at Visa.
  • 👯 I study about technologies that interest me and solve programming problems.
  • 💬 Let's talk about Language Technologies, Data Structures and Algorithms, Machine Learning , Woody Allen.
  • 📫 How to reach me: LinkedIn instagram Facebook
  • fact about me: I am a chess fanatic.
Click Here To Know More

Little More About Me

I love movies 🎥, cooking 🍜, music 🎷, Sketching 🖌️ and video games 🎮. I love meeting new people and learning new things, so please feel free to say hello and share a story with me. I'm good at Leadership, Collaboration and Team Building. Mentored students regarding topics such as technology, management and diversity at GirlScript. The key joke to my young adult life is that if i want to make my parents laugh i tell them about my future plans. I also love giving competetive programming (Who doesn't love bugs, non-sensical problem statements and Time limit Exceeded verdicts ). I'm currently focusing 🎯 of Artificial Intelligence, Machine Learning(Convolutional Neural Networks) and ofcourse algorithms.

Here's one of my favorite movies of all time 🎥:- Annie Hall by Woody Allen.

Programming Languages 📜

                 

Database Systems 📊

          

Tools and Frameworks 🔨

               
     

Notable Projects 🏆

  1. 6502 processor Emulator
  2. Vidzz Video Sharing Android Application
  3. Video Content Analysis using Machine Learning(YOLO)
  4. AI TicTacToe game using Sockets with Leaderboard
  5. Visualization of Bellman Ford using OpenGL
  6. Memo saving and Sharing Android Application
  7. Calculator in Material Design Dark Theme (Flutter)

Honors and Award 🏆

  1. Expert at Codeforces pjdurden
  2. CodeChef Highest Rating 1890 pjdurden
    • February Challenge 2021 Div 2: Rank - 52 ( College Rank 2)
    • January Challenge 2021 Div 3: Rank - 439 (College Rank 12)
    • CodeChef push_back(2): Rank - 382 (College Rank 6)
    • January Lunchtime 2021 Div 2: Rank - 636
  3. Leetcode 3 Star Programmer(Highest Rating 1679) Pjdope
  4. Code-A-Thon Organised by Furenergy GRID: Rank - 5 (College Rank 1)
  5. Google Kickstart Round B 2021: Rank - 1476
  6. Cleared Facebook Hacker Cup (2020) Qualification Round
  7. Gold Medal, Young Scientist Talent Test (2017)


Contributions   

Prajjwal Chittori - GitHub    Prajjwal Chittori - LinkedIn    Prajjwal Chittori - Mail

Pinned

  1. Vidzz Vidzz Public

    Android app to record, share and browse short videos on an area based user feed. Implemented local cache management.

    Java 1

  2. Video-Content-Analysis-ML Video-Content-Analysis-ML Public

    Implementation of YOLO algorithm build on Google colab notebook.Implementation of Backbone(CSPDarknet), Neck(SPP,PAN) and Head(YOLOv3).Convolution Neural Networks comes under deep neural networks t…

    C 1

  3. Bellman-Ford-Visualization Bellman-Ford-Visualization Public

    Simulation of Bellman Ford Algorithm using GLUT openGL.Dijkstra’s algorithm is a Greedy algorithm and time complexity is O(VLogV) . Implemented using freeglut libraries with cost matrix as input. c…

    C++

  4. Tic-Tac-Toe-Socket Tic-Tac-Toe-Socket Public

    TicTacToe game to play against computer using Artificial Intelligence and Socket Programming. Minimax Algorithm and python Tynker module implemented

    Python

  5. friendly-neighbourhood-6502 friendly-neighbourhood-6502 Public

    Computer Architechture emulator for 6502 processor. It emulates all the bus and processor pins and also the internal adressing modes and functions. Implements OPEN GL , Universal CRT , GLUT, Pixel …

    C++ 1

  6. House-Price-Prediction-Multiple-Linear-and-Keras-Regression House-Price-Prediction-Multiple-Linear-and-Keras-Regression Public

    House price prediction using Multiple Linear regression and Keras Regression.This is a famous data set for beginners practicing regression. In this program, I will implement multivariate linear/ker…

    Jupyter Notebook 4