Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
30bacdf
Update README.md
iamshaivi Mar 26, 2026
dc14343
Create 25.3.D1.1.c
iamshaivi Mar 26, 2026
1f4c84c
Create 26.3.D2.2.c
iamshaivi Mar 26, 2026
7cb63ba
Rename 26.3.D2.2.c to Shaivi_even_odd.Q2.c
iamshaivi Mar 26, 2026
a9fa10c
Rename 25.3.D1.1.c to Shaivi_positive_negative.Q1.c
iamshaivi Mar 26, 2026
495e4db
Create Shaivi_Sum_First_N_N.Q3.c
iamshaivi Apr 1, 2026
e8538d4
Create Shaivi_Sum_N_N.Q4.c
iamshaivi Apr 1, 2026
726149b
Create Shaivi_sum_num_range.Q5.c
iamshaivi Apr 1, 2026
d6c6d6d
Update README.md
iamshaivi Apr 1, 2026
e405c4f
Create Shaivi_greatest_two.Q6.c
iamshaivi Apr 1, 2026
c583a6c
Create Shaivi_greatest_three.Q7.c
iamshaivi Apr 1, 2026
d077d8b
Implement leap year check methods in C
iamshaivi Apr 1, 2026
77aaa83
Create Shaivi_prime_num.Q9.c
iamshaivi Apr 1, 2026
0117326
Add C program to print prime numbers in a range
iamshaivi Apr 1, 2026
8abd0fc
Add multiple methods to sum digits of a number
iamshaivi Apr 1, 2026
4bbfecc
Rename shaivi_sum_digits.Q11.c to Shaivi_sum_digits.Q11.c
iamshaivi Apr 1, 2026
5587a67
Create Shaivi_reverse_num.Q12.c
iamshaivi Apr 1, 2026
13a008a
Create Shaivi_Palindrome.Q13.c
iamshaivi Apr 1, 2026
f6d4d04
Create Shaivi_Armstrong.Q14.c
iamshaivi Apr 1, 2026
2007693
Create Shaivi_Armstrong_Range.Q15.c
iamshaivi Apr 1, 2026
a8c62a3
Create Shaivi_Fibonacci.Q16.c
iamshaivi Apr 1, 2026
93f0dd9
Create Shaivi_nth_fibonacci.Q17.c
iamshaivi Apr 1, 2026
3635c2a
Create Shaivi_Power_no.Q18.c
iamshaivi Apr 1, 2026
32c6fe4
Create Shaivi_Factor_ofa_No.Q19.c
iamshaivi Apr 1, 2026
f8bcced
Create Shaivi_Prime_factor_ofa_no.Q20.c
iamshaivi Apr 1, 2026
cb6efaa
Create Shaivi_Strong_Number.Q21.c
iamshaivi Apr 1, 2026
d8b0c28
Create Shaivi_perfect_no.Q22.c
iamshaivi Apr 1, 2026
1e6ea17
Create Shaivi_perfect_Square.Q23.c
iamshaivi Apr 3, 2026
3b09a75
Create Shaivi_Automorphic_Number.Q24.c
iamshaivi Apr 3, 2026
51a68fb
Add C program to check Harshad numbers using various methods
iamshaivi Apr 3, 2026
c5e5ade
Create Shaivi_Abundant_Number.Q25.c
iamshaivi Apr 3, 2026
7f3b6a9
Create Shaivi_Afriendly_pair.Q26.c
iamshaivi Apr 3, 2026
736cbb4
Rename Shaivi_Afriendly_pair.Q26.c to Shaivi_Afriendly_pair.Q27.c
iamshaivi Apr 15, 2026
ffb281f
Add new file for abundant number calculation
iamshaivi Apr 15, 2026
cb85b34
Create Shaivi_HCF.Q28.c
iamshaivi Apr 15, 2026
94faa31
Create Shaivi_LCM.Q29.c
iamshaivi Apr 15, 2026
ae7a9e6
Update Shaivi_Abundant_Number.Q26.c
iamshaivi Apr 15, 2026
5d3c4b6
Create Shaivi_Greatest_Common_Divisor.Q30.c
iamshaivi Apr 15, 2026
f567f63
Create Shaivi_Binary_to_Decimal.Q31.c
iamshaivi Apr 15, 2026
43bac29
Create Shaivi_Octal_to_Decimal.Q32.c
iamshaivi Apr 15, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
93 changes: 0 additions & 93 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
Welcome to the **WTC Coding Practice Repository**.
This repository is a collaborative workspace where the **WTC team** solves programming problems, strengthens problem-solving skills, and builds a **strong personal and team coding brand** through consistent GitHub contributions.

---

## 🎯 Purpose of This Repository

- Practice and master **Data Structures & Algorithms**
Expand All @@ -13,8 +11,6 @@ This repository is a collaborative workspace where the **WTC team** solves progr
- Maintain **clean code and standard conventions**
- Track individual and team progress transparently

---

## 👥 Who Can Contribute?

This repository is intended **only for WTC team members**.
Expand All @@ -23,98 +19,11 @@ Every contributor is expected to:
- Push solutions regularly
- Follow the repository standards strictly

---

## 📁 File Naming Convention (Strictly Mandatory)

Each solution file **must follow** the naming format below:

```
Name_Question_q.No.extension
```

### ✅ Correct Examples
```
Divyansh_TwoSum_q1.py
Aarav_ReverseArray_q12.cpp
Sneha_BinarySearch_q7.java
```

### ❌ Incorrect Examples
```
q1.py
solution.cpp
TwoSum.java
```

**Rules:**
- `Name` → Your name (use the same format every time)
- `Question` → Short and meaningful problem name
- `q.No.` → Question number as per the shared list

---

## 🧠 Problem Source

All problems will be taken from the **official question list shared with the WTC team**
(e.g., Top 100 DSA sheet, daily practice sheet, or curated problem sets).

Make sure:
- You solve the correct question number
- Your solution matches the problem statement
- No copied or plagiarized code is pushed

---

## 🛠️ Allowed Programming Languages

You may use:
- **C / C++**
- **Java**
- **Python**
- **JavaScript**

Choose your preferred language, but ensure:
- Readable code
- Proper formatting
- Meaningful variable names

---

## 📌 Contribution Guidelines

1. Clone or fork the repository (as instructed)
2. Add your solution file following the naming convention
3. Write clean and well-structured code
4. Push your changes to the repository
5. Update the **progress tracking sheet** after every submission

---

## 📊 Progress Tracking

Each contributor must update the shared tracking sheet with:
- Name
- Question number solved
- Programming language used
- Date of submission

This helps maintain **accountability and transparency**.

---

## 🏆 Building the WTC Brand

This repository represents the **technical identity of WTC**.
Your contributions should reflect:
- Consistency
- Professionalism
- Strong coding fundamentals

Code as if a **recruiter or senior engineer** is reviewing it.

---

## 📬 Support

For any doubts related to:
Expand All @@ -124,8 +33,6 @@ For any doubts related to:

Please contact the **WTC core team**.

---

### 🔥 Code Daily. Improve Constantly. Build Your Brand.

Happy Coding! 🚀
Loading