Rank 2904 🚀 in Leetcode Contest

rank-2904-in-leetcode-contest

“Hey there! (ਸਤਿ ਸ੍ਰੀ ਅਕਾਲ)

Quick update as of December 2, 2023,

I’m knee-deep in university exams, but I took a break for some fun on Leetcode. Did a virtual contest and cracked 2 out of 4 problems. Super stoked to share I landed at 2904 out of 14880 participants 🚀, my best score yet!

Back to hitting the books now. Bye!

Cheers,
Abhishek 😉”

Leetcode contest screenshot

Total
0
Shares
Leave a Reply

Your email address will not be published. Required fields are marked *

Previous Post
build-a-free-and-easy-prompter(like-chatgpt)-with-hugging-face-models-in-just-8-lines-of-code-

Build a Free and Easy Prompter(like ChatGPT) with Hugging Face Models in Just 8 Lines of Code 🚀💬🤖

Next Post
what-is-forward-proxy-and-reverse-proxy

What is Forward Proxy and Reverse Proxy

Related Posts
c++-指向類別成員的指位器的實作細節

C++ 指向類別成員的指位器的實作細節

C++ 可以定義指向成員函式的指位器, 不過因為成員函式可能是虛擬函式, 如何能夠透過指向成員函式的指位器達到呼叫正確的成員函式呢?本來就來簡單探究。(本文均以 g++ 為例, 並且只探討單純的單一繼承)。 指向非虛擬函式的指位器 首先來看個簡單的範例, 建立指向非虛擬函式的指位器: #include using namespace std; class A { public:…
Read More